Module crossmist::tokio

source ·
Available on crate feature tokio only.
Expand description

Asynchronous implementation using tokio runtime.

Check out the docs at asynchronous for more information.

Structs§

  • tokio marker struct.

Functions§

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

Type Aliases§

  • The subprocess object created by calling spawn_tokio 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.