Crate sluice

Source
Expand description

Asynchronous byte buffers and pipes for concurrent I/O programming.

§Pipes

The primary feature offered by Sluice are pipes, which are asynchronous in-memory byte buffers that allow separate tasks to read and write from the buffer in parallel.

See the pipe module for details.

Modules§

  • Asynchronous in-memory byte buffers aimed at producer-consumer problems.