/src/wrappers/glib/library/core/g_pooled_routine.e
http://github.com/tybor/Liberty · Specman e · 15 lines · 12 code · 1 blank · 2 comment · 0 complexity · 1c7c51a411bebda70eecbb0a2ed856b1 MD5 · raw file
- deferred class G_POOLED_ROUTINE
- obsolete "G_POOLED_ROUTINE is currently unusable because standard library is NOT thread safe. At all"
-
- -- Some work to be processed by a thread pool.
- feature
- invoke (a_pool: G_THREAD_POOL[G_POOLED_ROUTINE]) is
- -- The
- deferred
- end
- feature {G_THREAD_POOL} -- Implementation
- invoke_address: POINTER is
- do
- Result := $invoke
- end
- end -- class G_POOLED_ROUTINE