Module mpstthree::transport::tcp::fork

source ·
Available on crate features transport or transport_tcp only.
Expand description

This module contains the functions for forking binary sessions and the related TcpStream.

This module is available only if MultiCrusty is built with the "transport" feature or the "transport_tcp" feature.

Functions§

  • Creates a child process, and a session with two dual endpoints of type S and S::Dual. The first endpoint is given to the child process. Returns the second endpoint.