Module akiaki_fcgi::pipe

source ·
Expand description

An AsyncWrite to AsyncRead pipe.

Structs

An AsyncRead-end of a pipe.
An AsyncWrite-end of a pipe.

Functions

Creates an AsyncWrite to AsyncRead pipe and returns a pair of the ends.