Files
tokio/src
Alex Crichton 9672f90091 Remove lots of 'static bounds
The core trait and associated types no longer require the `'static` bounds, and
all associated methods have also had the `'static` bounds removed. The only
location for the `'static` bound is `forget`.

While the restriction of `'static` on `forget` is here to stay, we'll soon
enable `Loop::run` to take a non-`'static` future, allowing driving a
non-`'static` future.
2016-08-17 18:48:21 -07:00
..
2016-08-17 18:41:34 -07:00
2016-08-04 20:34:54 -07:00
2016-08-17 18:48:21 -07:00
2016-08-12 13:42:24 -07:00
2016-08-04 20:34:54 -07:00
2016-08-17 18:41:34 -07:00
2016-08-17 18:41:34 -07:00
2016-08-17 18:41:34 -07:00
2016-08-17 18:41:34 -07:00
2016-08-17 18:41:34 -07:00