mirror of
https://github.com/tower-rs/tower.git
synced 2026-01-11 03:01:06 +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`.