Module mpstthree::binary::fork[][src]

Expand description

This module contains the functions for forking binary sessions.

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.