summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2018-08-10Routine dependencies update (#533)Mateusz Mikuła
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-07-24Count in-transit spawned futures to current thread executor as pending (#478)Jon Gjengset
2018-07-11Add free block_on_all in current thread Runtime (#477)Jon Gjengset
2018-06-21Fix unneeded mut and some deprecated api (#442)Roman
2018-06-14runtime: add block_on_all (#398)Marc-Antoine Perennou
2018-06-12tokio-current-thread crate (#370)jpbriquet
2018-06-12Fix a deadlock that can happen when shutting down (#409)Carl Lerche
2018-06-06Another attempt at abstracting `Instant::now` (#381)Carl Lerche
2018-06-05Implement a Send Handle for the single-threaded Runtime (#340)Sebastian Dröge
2018-06-04Create tokio-codec (#360)Bryan Burgers
2018-06-04Implement Runtime::block_on using oneshot (#391)Jon Gjengset
2018-05-02Current thread runtime (#308)Roman
2018-04-25Make CurrentThread::turn() more fair by always parking with 0 timeout… (#313)Sebastian Dröge
2018-03-30Rename `Sleep` to `Delay` (#270)Carl Lerche
2018-03-30Integrate timers with runtime. (#266)Carl Lerche
2018-03-29Remove println from tests (#267)Carl Lerche
2018-03-29Fix permissions (#268)Carl Lerche
2018-03-23Change hammer test consts (#255)Carl Lerche
2018-03-22Fix race condition related bugs (#243)Carl Lerche
2018-03-21Update to futures 0.2.0-beta (#246)Aaron Turon
2018-03-15Add top-level tests for futures 0.2 integration (#231)Aaron Turon
2018-03-14Move tokio::net module into tokio tcp/udp crates (#224)Sam Rijs
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-11Remove uses of futures_cpupool (#220)Jeehoon Kang
2018-03-07Improve `poll_read_ready` implementation (#193)Carl Lerche
2018-03-04Switch TCP/UDP fns to poll_ -> Poll<...> style (#175)Carl Lerche
2018-03-02Tweak the `tokio::spawn` function (#171)Carl Lerche
2018-03-01Fix deprecation warnings in tests (#167)Carl Lerche
2018-02-28I/O resources lazily bind to reactor. (#160)Carl Lerche
2018-02-28Improve current thread tests (#161)Roman
2018-02-27Support current_thread::spawn from task drop (#157)Carl Lerche
2018-02-26Fix race condition in CurrentThread. (#156)Carl Lerche
2018-02-23Fix bug with CurrentThread::turn (#152)Carl Lerche
2018-02-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche
2018-02-07Make `Handle::wakeup` private (#117)Carl Lerche
2018-02-07Remove `framed` fn from `UdpSocket` (#116)Carl Lerche
2018-02-06Remove UdpCodec (#109)Roman
2018-02-06Switch back to futures from crates.io (#113)Carl Lerche
2018-02-01Track futures tokio-reform branch (#88)Carl Lerche
2018-01-31Poll evented mutability (#37)Carl Lerche
2018-01-30Change `net::Incoming` signature to match std. (#89)Carl Lerche
2018-01-30Update send_dgram function signature. (#91)Carl Lerche
2018-01-30Remove &addr arg from TcpListener::from_std (#92)Carl Lerche
2018-01-16Fix UdpCodec::encode (#85)Roman
2017-12-19Change a return value of reactor::poll to io::Result. (#40)dethoter
2017-12-12Remove `Handle` argument from I/O constructors (#61)Alex Crichton
2017-12-12Add a `Handle::wakeup` method (#59)Alex Crichton
2017-12-11Remove the `Reactor::run` method (#58)Alex Crichton
2017-12-11Start adding a global event loopAlex Crichton