Expand description

Utilities for ntex framework

Modules

Communication primitives

Utilities for futures

A synchronization primitive for task wakeup.

Utilities for tracking time.

Macros

Extracts the successful type of a Poll<T>.

Traits

A Sink is a value into which other values can be sent, asynchronously.

A stream of values produced asynchronously.

Functions

Spawn a future on the current thread. This does not create a new Arbiter or Arbiter address, it is simply a helper for spawning futures on the current thread.

Type Definitions