Module crossmist::smol

source ·
Available on crate feature smol only.
Expand description

Asynchronous implementation using smol runtime.

Check out the docs at asynchronous for more information.

Structs§

  • smol marker type.

Functions§

  • Create a unidirectional channel.
  • Create a bidirectional channel.

Type Aliases§

  • The subprocess object created by calling spawn_smol on a function annotated with #[func].
  • A side of a bidirectional channel.
  • The receiving side of a unidirectional channel.
  • The transmitting side of a unidirectional channel.