* 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. |
||
|---|---|---|
| .. | ||
| error.rs | ||
| future.rs | ||
| layer.rs | ||
| lib.rs | ||
| message.rs | ||
| semaphore.rs | ||
| service.rs | ||
| worker.rs | ||