Start In-Process Dispatcher
.dispatcher_start(url, disp_url, tls, serial, stream, capacity, cvar)External pointer to dispatcher handle.
URL to listen at for daemon connections.
inproc:// URL for host REQ socket.
TLS configuration or NULL.
Serialization configuration (list or NULL).
RNG stream integer vector (.Random.seed).
Memory budget in MB (metric, 1 MB = 1,000,000 bytes) for
queued task payloads. NULL, 0, non-finite, or negative values are
treated as unlimited.
Shared condition variable for capacity signaling.