| .dispatcher | R Documentation |
Run the dispatcher event loop for mirai task distribution.
.dispatcher(sock, psock, monitor, reset, serial, envir, next_stream)
sock |
REP socket for host communication. |
psock |
POLY socket for daemon communication. |
monitor |
Monitor object for pipe events (its CV is used for signaling). |
reset |
Pre-serialized connection reset error (raw vector). |
serial |
Serialization configuration (list or NULL). |
envir |
Environment containing RNG stream state. |
next_stream |
Function to get next RNG stream, called as next_stream(envir). |
Integer status code (0 = normal exit).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.