Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
futures_sink - Rust
[go: Go Back, main page]

Crate futures_sink [] [src]

Asynchronous sinks

This crate contains the Sink trait which allows values to be sent asynchronously.

Traits

Sink

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