Structs

Enums

Constants

  • Both base stream and inner streams need to be polled.
  • Inner streams need to be polled.
  • The base stream needs to be polled.
  • NONE 🔒
    There is nothing to poll and stream isn’t being polled/waking/woken at the moment.
  • POLLING 🔒
    The current stream is being polled at the moment.
  • WAKING 🔒
    Stream is being woken at the moment.
  • WOKEN 🔒
    The stream was waked and will be polled.

Traits

Type Aliases