Module zksync_concurrency::oneshot

source ·
Expand description

Context-aware wrapper around tokio::sync::oneshot channel.

Structs§

  • Receiver end of the oneshot channel.

Functions§

  • Constructs a new oneshot channel.

Type Aliases§

  • Sender end of the oneshot channel.