Package | Description |
---|---|
zmq |
Provides low-level bindings for ØMQ.
|
Modifier and Type | Field and Description |
---|---|
private YPipe<Command> |
Mailbox.cpipe |
private YPipe<Command> |
MailboxSafe.cpipe |
Modifier and Type | Method and Description |
---|---|
Command |
IMailbox.recv(long timeout) |
Command |
Mailbox.recv(long timeout) |
Command |
MailboxSafe.recv(long timeout) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ZObject.processCommand(Command cmd) |
void |
IMailbox.send(Command cmd) |
void |
Mailbox.send(Command cmd) |
void |
MailboxSafe.send(Command cmd) |
private void |
ZObject.sendCommand(Command cmd) |
(package private) void |
Ctx.sendCommand(int tid,
Command command) |