Module calloop::sources

source ·

Modules

  • An MPSC channel whose receiving end is an event source
  • A generic event source wrapping an IO objects or file descriptor
  • Ping to the event loop
  • Event source for tracking Unix signals
  • Timer event source
  • Wrapper for a transient Calloop event source.

Structs

Enums

  • Possible actions that can be requested to the event loop by an event source once its events have been processed.

Traits