Uses of Interface
org.zeromq.ZThread.IAttachedRunnable
Packages that use ZThread.IAttachedRunnable
-
Uses of ZThread.IAttachedRunnable in org.zeromq
Classes in org.zeromq that implement ZThread.IAttachedRunnableFields in org.zeromq declared as ZThread.IAttachedRunnableModifier and TypeFieldDescriptionprivate ZThread.IAttachedRunnable
ZThread.ShimThread.attachedRunnable
Methods in org.zeromq with parameters of type ZThread.IAttachedRunnableModifier and TypeMethodDescriptionZContext.fork
(ZThread.IAttachedRunnable runnable, Object... args) Create an attached thread, An attached thread gets a ctx and a PAIR pipe back to its parent.static ZMQ.Socket
ZThread.fork
(ZContext ctx, ZThread.IAttachedRunnable runnable, Object... args) Constructors in org.zeromq with parameters of type ZThread.IAttachedRunnableModifierConstructorDescriptionprotected
ShimThread
(ZContext ctx, ZThread.IAttachedRunnable runnable, Object[] args, ZMQ.Socket pipe)