[][src]Module twitter_stream::rt

Some reexports from futures and tokio crates.

Traits

Future

A future represents an asynchronous computation.

Stream

A stream of values produced asynchronously.

Functions

spawn

Spawns a future on the default executor.

Attribute Macros

main

Marks async function to be executed by selected runtime.