Crate ntex_util[][src]

Utilities for ntex framework

Modules

channel

Communication primitives

future

Utilities for futures

task

A synchronization primitive for task wakeup.

Macros

ready

Extracts the successful type of a Poll<T>.

Traits

Sink

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

Stream

A stream of values produced asynchronously.