summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche
2019-11-15runtime: allow non-unit type output in {Runtime, Spawner}::spawn (#1756)Taiki Endo
2019-11-15net: add more impls for ToSocketAddrs (#1760)Taiki Endo
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche
2019-11-06runtime: misc pool cleanup (#1743)Carl Lerche
2019-11-06timer: have example use delay_for instead of delay (#1735)leo-lb
2019-11-07chore: update futures to 0.3.0 (#1741)Taiki Endo
2019-11-06simplify enter (#1736)Carl Lerche
2019-11-05fix clippy (#1737)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-11-04chore: unify all mocked `loom` files (#1732)Carl Lerche
2019-11-04executor: switch some APIs to crate private. (#1731)Carl Lerche
2019-11-03test: unify MockTask and task::spawn (#1728)Carl Lerche
2019-11-03impl AsyncWrite for std::io::Cursor (#1730)Sebastian Dröge
2019-11-02tests: fix bug + reorganize tests. (#1726)Carl Lerche
2019-11-02chore: prune dev-dependenciesCarl Lerche
2019-11-01executor: remove Executor & TypedExecutor traits (#1724)Carl Lerche
2019-11-01runtime: merge multi & single threaded runtimes (#1716)Carl Lerche
2019-11-01Fix delay construction from non-lazy Handles (#1720)Steven Fackler
2019-11-01compat: add a compat runtime (#1663)Eliza Weisman
2019-11-01chore: remove dead files (#1718)Carl Lerche
2019-10-31runtime: test creating a single-threaded runtime. (#1717)Carl Lerche
2019-10-31chore: check each feature works properly (#1695)Taiki Endo
2019-10-30timere: make Delay must_use (#1714)Steven Fackler
2019-10-30process: refactor OrphanQueue to use a Mutex instead fo SegQueue (#1712)Sean McArthur
2019-10-30thread-pool: in-place blocking with new scheduler (#1681)Jon Gjengset
2019-10-29timer: inline CachePadded type (#1706)Sean McArthur
2019-10-29sync: move into `tokio` crate (#1705)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-28net: replace RwLock<Slab> with a lock free slab (#1625)Eliza Weisman
2019-10-27Fix docs links: Redux (#1698)Geoff Shannon
2019-10-26chore: use argument position impl trait (#1690)Linus Färnstrand
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche
2019-10-24Make blocking pool non-static and use for thread pool (#1678)Jon Gjengset
2019-10-23chore: remove tracing. (#1680)Carl Lerche
2019-10-22codec: move into tokio-util (#1675)Carl Lerche
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche
2019-10-21net: Eagerly bind resources to reactors (#1666)Kevin Leimkuhler
2019-10-21fs: move into `tokio` (#1672)Carl Lerche
2019-10-21io: `Take` struct re-export to main crate (#1670)madmaxio
2019-10-21runtime: update doc regarding `runtime::run` function helper (#1671)Jonathas Conceição
2019-10-19executor: rewrite the work-stealing thread pool (#1657)Carl Lerche
2019-10-16fs: add read_to_string (#1664)Steven Fackler
2019-10-11tokio: move `signal` and `process` reexports to crate root (#1643)Ivan Petkov
2019-10-07io: add missing utility functions (#1632)Eliza Weisman
2019-10-02tcp: export Incoming type (#1602)Vojtech Kral
2019-10-02chore: annotate prelude re-exports as `doc(no_inline)` (#1601)Jonathan Bastien-Filiatrault