Zebra/tower-batch/src
Janito Vaqueiro Ferreira Filho 2a1d4281c5
Manually pin `Sleep` futures (#2914)
* Wrap `Sleep` timer in a `Pin<Box<_>>`

The `Sleep` type doesn't implement `Unpin` in newer versions of Tokio.

* Wrap `Sleep` type in a `Pin<Box<_>>`

In newer Tokio versions the `Sleep` type doesn't implement `Unpin`, so
it needs to be manually pinned.
2021-10-22 16:06:03 -03:00
..
error.rs Revert #500 (generic errors in tower-batch). 2020-07-22 14:29:55 -04:00
future.rs Document the correctness of Poll::Pending wakeups 2021-03-27 08:55:49 -04:00
layer.rs Revert #500 (generic errors in tower-batch). 2020-07-22 14:29:55 -04:00
lib.rs Standardise clippy lints and require docs (#2238) 2021-06-04 08:48:40 +10:00
message.rs deps: move to tokio 0.3, tower 0.4 2020-11-20 10:08:16 -08:00
semaphore.rs Add a missing Sync bound 2021-02-17 09:03:09 -05:00
service.rs Document the correctness of Poll::Pending wakeups 2021-03-27 08:55:49 -04:00
worker.rs Manually pin `Sleep` futures (#2914) 2021-10-22 16:06:03 -03:00