zebra/tower-batch/src
Henry de Valence add94c1c45 deps: move to tokio 0.3, tower 0.4
This change is mostly mechanical, with the exception of the changes to the
`tower-batch` middleware.  This middleware was adapted from `tower::buffer`,
and the `tower::buffer` code was changed to implement its own bounded queue,
because Tokio 0.3 removed the `mpsc::Sender::poll_send` method.  See

ddc64e8d4d

for more context on the Tower changes.  To match Tower as closely as possible
in order to be able to upstream `tower-batch`, those changes are copied from
`tower::Buffer` to `tower-batch`.
2020-11-20 10:08:16 -08:00
..
error.rs Revert #500 (generic errors in tower-batch). 2020-07-22 14:29:55 -04:00
future.rs Revert #500 (generic errors in tower-batch). 2020-07-22 14:29:55 -04:00
layer.rs Revert #500 (generic errors in tower-batch). 2020-07-22 14:29:55 -04:00
lib.rs deps: move to tokio 0.3, tower 0.4 2020-11-20 10:08:16 -08:00
message.rs deps: move to tokio 0.3, tower 0.4 2020-11-20 10:08:16 -08:00
semaphore.rs deps: move to tokio 0.3, tower 0.4 2020-11-20 10:08:16 -08:00
service.rs deps: move to tokio 0.3, tower 0.4 2020-11-20 10:08:16 -08:00
worker.rs deps: move to tokio 0.3, tower 0.4 2020-11-20 10:08:16 -08:00