mirror of
https://github.com/tower-rs/tower.git
synced 2025-10-02 07:20:52 +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`.