Function fibers_transport::wait_send[][src]

pub fn wait_send<T: Transport>(
    transporter: T
) -> impl Future<Item = T, Error = Error>

Returns a future that waits the transmission of the all outstanding items in the given transporter have been completed.