Carl Lerche
1f91a890b4
Fix benches ( #188 )
...
Some of the benchhmarks were broken and/or using deprecated APIs. This
patch updates the benches and requires them all to compile without
warnings in order to pass CI.
2018-03-06 14:40:09 -08:00
Roman
8605d5d243
Make benches compilable again ( #133 )
2018-02-13 10:02:06 -08:00
Alex Crichton
108e1a2c1a
Blanket rename Core
to Reactor
...
This commit uses a script to rename `Core` to `Reactor` all at once, notably:
find . -name '*.rs' | xargs sed -i 's/\bCore\b/Reactor/g'
2017-12-05 09:02:07 -08:00
Carl Lerche
36aaaa1520
Rename crate to tokio
2017-10-30 16:37:00 -07:00
Carl Lerche
9cd80f1cbd
TCP reactor benchmarks
2017-05-30 11:23:34 -07:00