mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-29 05:50:56 +00:00

Creating a buffer can internally fail to spawn a worker. Before, that error was returned immediately from `Buffer::new`. This changes `new` to always return a `Buffer`, and the spawn error is encountered via `poll_ready`.