public class ZThread extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ZThread.IAttachedRunnable |
static interface |
ZThread.IDetachedRunnable |
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 © 2017. All Rights Reserved.