oneshot 0.1.6

Oneshot spsc channel with (potentially) lock-free non-blocking send, and a receiver supporting both thread blocking receive operations as well as Future based async polling.
Documentation

oneshot

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 3 feature flags, 3 of them enabled by default.

default

  • std
  • async

std

    This feature flag does not enable additional features.

async

    This feature flag does not enable additional features.