public class ZThread
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
ZThread.IAttachedRunnable |
static interface |
ZThread.IDetachedRunnable |
private static class |
ZThread.ShimThread |
Modifier | Constructor and Description |
---|---|
private |
ZThread() |
Modifier and Type | Method and Description |
---|---|
static ZMQ.Socket |
fork(ZContext ctx,
ZThread.IAttachedRunnable runnable,
java.lang.Object... args) |
static void |
start(ZThread.IDetachedRunnable runnable,
java.lang.Object... args) |
public static void start(ZThread.IDetachedRunnable runnable, java.lang.Object... args)
public static ZMQ.Socket fork(ZContext ctx, ZThread.IAttachedRunnable runnable, java.lang.Object... args)