Module pawawwewism::reader

source ·
Expand description

Background threads that perform reading I/O.

This module provides the Reader type, an owned background thread reading from some stream that implements Shutdown, which allows remotely stopping the blocking operation and exiting the thread.

Structs

Traits

  • Trait for streams that can be shut down externally.