Module mpstthree::binary::select[][src]

Expand description

This module contains the functions for selecting the first active session.

Functions

Selects the first active session. Receives from the selected session. Returns the received value, the continuation of the selected session, and a copy of the input vector without the selected session.

Selects the first active session. Receives from the selected session, and removes the endpoint from the input vector. Returns the received value and the continuation of the selected session.