Module hanging_
get
async_
utils
0.0.1
Module hanging_
get
Module Items
Modules
In crate async_
utils
Modules
async_once
channel
event
fold
futures
hanging_get
mutex_ticket
stream
traits
async_utils
Module
hanging_get
Copy item path
Settings
Help
Summary
Source
Expand description
The
Hanging Get pattern
can be used when pull-based flow control is needed on a protocol.
Modules
§
client
This module provides generalized rust implementations of the hanging get pattern for client side use.
error
This module provides error types that may be used by the async hanging-get server.
server
Server-side hanging get implementation.
test_
util