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.IAttachedRunnableZThread.ShimThread.attachedRunnableMethods 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.SocketZThread.fork(ZContext ctx, ZThread.IAttachedRunnable runnable, Object... args) Constructors in org.zeromq with parameters of type ZThread.IAttachedRunnableModifierConstructorDescriptionprotectedShimThread(ZContext ctx, ZThread.IAttachedRunnable runnable, Object[] args, ZMQ.Socket pipe)