[][src]Module drone_cortex_m::thr::prelude

The Threads prelude.

The purpose of this module is to alleviate imports of many common thread token traits by adding a glob import to the top of thread token heavy modules:

use drone_core::thr::prelude::*;

Traits

ThrToken

The base trait for a thread token.

_

Extends ThrToken types with add_future method.

_

Extends ThrToken types with add_stream_pulse methods.

_

Extends ThrToken types with add method.

_

Extends ThrToken types with add_fn and add_once methods.

_

Extends ThrToken types with add_stream_ring methods.