summaryrefslogtreecommitdiff
path: root/cli/tokio_util.rs
AgeCommit message (Expand)Author
2020-02-11workers: basic event loop (#3828)Bartek Iwańczuk
2020-02-07Enable thread pool for blocking ops (#3912)Ryan Dahl
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-01-30Use tokio::main (#3831)Ryan Dahl
2020-01-30Remove --current-thread flag (#3830)Ryan Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2020-01-01cleanup after tokio upgrade (#3571)Gurwinder Singh
2019-12-30upgrade: Tokio 0.2 (#3418)Bartek Iwańczuk
2019-11-22remove tokio_util::block_on (#3388)Bartek Iwańczuk
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-11-07refactor: rewrite accept resources (#3271)Bartek Iwańczuk
2019-10-21feat: Deno.listenTLS (#3152)Bartek Iwańczuk
2019-10-14perf: eager poll async ops in Isolate (#3046)Bartek Iwańczuk
2019-10-07use single thread runime in tokio_util::block_on (#3080)Bartek Iwańczuk
2019-09-11fix: panicking when can't create runtime for block_on (#2905)Bartek Iwańczuk
2019-07-31Add --current-thread flag (#2702)Bartek Iwańczuk
2019-06-02Fix typo (#2443)Gurwinder S
2019-05-29Correct tokio_util::block_on() and op_fetch_module_meta_dataRyan Dahl
2019-05-23Fix concurrent accepts (#2403)Ryan Dahl
2019-04-28Revert "recover: #1517 Kill all pending accepts when TCP listener is closed ...Ryan Dahl
2019-04-27recover: #1517 Kill all pending accepts when TCP listener is closed (#2224)Yusuke Sakurai
2019-04-23Use tokio_threadpool's new panic_handler (#2188)Ryan Dahl
2019-04-17Fix clippy warningsBert Belder
2019-04-14Fix silent error, add custom panic handler (#2098)Ryan Dahl
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl