Uses of Interface
org.zeromq.ZThread.IAttachedRunnable
-
Packages that use ZThread.IAttachedRunnable Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZThread.IAttachedRunnable in org.zeromq
Classes in org.zeromq that implement ZThread.IAttachedRunnable Modifier and Type Class Description private static classZStar.PlateauFields in org.zeromq declared as ZThread.IAttachedRunnable Modifier and Type Field Description private ZThread.IAttachedRunnableZThread.ShimThread. attachedRunnableMethods in org.zeromq with parameters of type ZThread.IAttachedRunnable Modifier and Type Method Description ZMQ.SocketZContext. fork(ZThread.IAttachedRunnable runnable, java.lang.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, java.lang.Object... args)Constructors in org.zeromq with parameters of type ZThread.IAttachedRunnable Constructor Description ShimThread(ZContext ctx, ZThread.IAttachedRunnable runnable, java.lang.Object[] args, ZMQ.Socket pipe)
-