Utilities shared by the ntex ecosystem.
This crate provides:
- [
channel] for local asynchronous communication primitives - [
future] for future and stream combinators - [
services] for reusable service middleware - [
task] for task wake-up and cooperative yielding - [
time] for timers, intervals, deadlines, and timeouts
Most types in this crate are designed for ntex's single-threaded execution
model and therefore do not necessarily implement Send or Sync.