Highlights
- Arctic Code Vault Contributor
- Pro
Pinned
1,072 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 22 commits in 5 repositories
Created a pull request in tokio-rs/tokio that received 2 comments
tracing: switch to unstable for 1.0.
Enabling tracing integration now requires compiling with --cfg tokio_unstable. Once tracing-core guarantees the same level of
stability as Tokio 1.…
+18
−7
•
2
comments
Opened 21 other pull requests in 4 repositories
tokio-rs/tokio
12
merged
- chore: prepare Tokio 1.0 release
- chore: remove unused `slab` dependency
- fs: misc small API tweaks
- chore: update to `bytes` 1.0 git branch
- chore: remove some left over `stream` feature code
- time: enforce `current_thread` rt for time::pause
- time: remove `Box` from `Sleep`
- fs: use cfgs on fns instead of OS ext traits
- sync: remove `try_recv()` from mpsc types
- chore: prepare for Tokio 1.0 work
- sync: forward port 0.2 mpsc test
- sync: fix mpsc bug related to closing the channel
tokio-rs/website
4
merged
tokio-rs/bytes
4
merged
tokio-rs/mini-redis
1
merged
Reviewed 36 pull requests in 8 repositories
tokio-rs/tokio 23 pull requests
- chore: prepare tokio 1.0.1 release
- sync: remove RwLockWriteGuard::map and RwLockWriteGuard::try_map
- compat: update traits naming to match tokio 1.0
- Revert "chore: use #[non_exhaustive] instead of private unit field (#3320)"
- Expose poll_next replacement on Split, Lines, DirEntry, Receiver and UnboundedReceiver
- net: clarify when wakeups are sent
- Rename with_io to try_io and drop with_poll
- Add _mut variants of methods on AsyncFd
- Remove prelude
- chore: prepare tokio-macros v0.3.2
- Remove io::util::Async{Read,Write}Ext
- Move stream items into `tokio-stream`
- Expose nameable future for TaskLocal::scope
- chore: prepare v0.3.6 release
- Add `sync::watch::Sender::borrow` method
- doc: check for false-positives in TcpStream::ready doc test
- Add blocking_recv method to UnboundedReceiver, similar to Receiver::blocking_recv
- net: Update `TcpStream::poll_peek` to use `ReadBuf`
- Make TryAcquireError public
- Add stress test
- rt: fix deadlock in shutdown
- time: fix panic on multithreaded runtime shutdown
- Support aborting a task remotely in a multithreaded runtime without panicking
tokio-rs/website 4 pull requests
tokio-rs/mio 3 pull requests
hyperium/h2 2 pull requests
hyperium/http 1 pull request
tokio-rs/bytes 1 pull request
tokio-rs/loom 1 pull request
tokio-rs/tokio-core 1 pull request
Created an issue in tokio-rs/bytes that received 21 comments
Consider renaming `Buf::bytes()` and `BufMut::bytes_mut()`
These two functions are named in a way that implies they return the entire set of bytes represented by the Buf/BufMut.
Some options:
window() / wi…
21
comments
Opened 4 other issues in 1 repository
Answered 1 discussion in 1 repository
tokio-rs/tokio
tokio-rs/tokio