Expand description

Support for async operations running on Tokio.

Structs

A speech synthesizer that returns a future for every speech it renders.

A recognition context paired with a one or more subscribers that can be awaited for recognition.

A subscriber that can be awaited for recognized phrases.

A recognition context paired with a single subscriber that can be awaited for recognition.

A subscriber that can be awaited for recognized phrases.

Enums

The result of awaiting a BroadcastSubscriber.

Traits

BuilderExttokio-rt

An extension for tokio::runtime::Builder to enable SAPI.