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