init_worker
init_worker(manager::FooManager)
Called by cluster managers implementing custom transports. It initializes a newly launched process as a worker. Command line argument --worker
has the effect of initializing a process as a worker using TCP/IP sockets for transport.
Examples
See Also
accept, bind, :@spawn, connect, fetch, getaddrinfo, gethostname, getipaddr, getsockname, init_worker, IPv4, IPv6, isready, issocket, kill, listen, recv, recvfrom, remotecall, remotecall_fetch, remotecall_wait, RemoteRef, send, setopt,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.