Crate ntex_util

source ·
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

Type Aliases