tower/tower-mock/tests
Carl Lerche f42338934a
Require `poll_ready` to be called before `call` (#161)
This updates the `Service` contract requiring `poll_ready` to be called
before `call`. This allows `Service::call` to panic in the event the
user of the service omits `poll_ready` or does not wait until `Ready` is
observed.
2019-02-21 12:18:56 -08:00
..
mock.rs Require `poll_ready` to be called before `call` (#161) 2019-02-21 12:18:56 -08:00