[][src]Crate mio_pipe

Unix pipe for use with Mio.

See the new_pipe documentation.

Supported platforms

Currently supported platforms:

  • Android
  • DragonFly BSD
  • FreeBSD
  • Linux
  • NetBSD
  • OpenBSD
  • iOS
  • macOS

The most notable exception in the list is Windows. If you want to contribute a port to Windows please see issue #4.

Structs

Receiver

Receiving end of an Unix pipe.

Sender

Sending end of an Unix pipe.

Functions

new_pipe

Create a new non-blocking Unix pipe.