public class ZThread extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ZThread.IAttachedRunnable |
static interface |
ZThread.IDetachedRunnable |
| Constructor and Description |
|---|
ZThread() |
| Modifier and Type | Method and 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)
Copyright © 2014. All rights reserved.