This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Module yew::platform::pinned::oneshot

Expand description

A channel that can pass one single value from a sender to a receiver.

Structs§

  • The receiver of a oneshot channel.
  • Error returned when the channel is closed before a value is sent to the Receiver.
  • The sender of a oneshot channel.

Functions§