Uses of Interface
org.zeromq.ZThread.IAttachedRunnable
Packages that use ZThread.IAttachedRunnable
-
Uses of ZThread.IAttachedRunnable in org.zeromq
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.SocketZThread.fork(ZContext ctx, ZThread.IAttachedRunnable runnable, Object... args)