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