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 class
ZStar.Plateau
Fields in org.zeromq declared as ZThread.IAttachedRunnable Modifier and Type Field Description private ZThread.IAttachedRunnable
ZThread.ShimThread. attachedRunnable
Methods in org.zeromq with parameters of type ZThread.IAttachedRunnable Modifier and Type Method Description ZMQ.Socket
ZContext. 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.Socket
ZThread. 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)
-