Tokio
An asynchronous I/O stack for the Rust programming language.
Collective -
Host: opensource -
https://opencollective.com/tokio
- Website: https://tokio.rs
- Code: https://github.com/tokio-rs
Fix PollEvented
github.com/tokio-rs/tokio-core - carllerche opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - carllerche opened this pull request over 7 years ago
0.1.13 breaks registering an fd on multiple event loops
github.com/tokio-rs/tokio-core - alexcrichton opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - alexcrichton opened this issue over 7 years ago
cargo update -> CPU at 100% while idle
github.com/tokio-rs/tokio-core - nayato opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - nayato opened this issue over 7 years ago
UdpFramed doesn't return incoming frames
github.com/tokio-rs/tokio-core - valarauca opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - valarauca opened this issue over 7 years ago
Udp `recv` isn't implemented as borrow
github.com/tokio-rs/tokio-core - valarauca opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - valarauca opened this issue over 7 years ago
Fixup documentation for AllowStdIo
github.com/tokio-rs/tokio-io - cmyr opened this pull request over 7 years ago
github.com/tokio-rs/tokio-io - cmyr opened this pull request over 7 years ago
Timer with duration longer than `num-slots * tick-duration` fails silently
github.com/tokio-rs/tokio-timer - DarrenTsung opened this issue over 7 years ago
github.com/tokio-rs/tokio-timer - DarrenTsung opened this issue over 7 years ago
Update crate to use Tokio reform internally
github.com/tokio-rs/tokio-core - carllerche opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - carllerche opened this pull request over 7 years ago
tokio-service vs. tower?
github.com/tokio-rs/tokio-service - flosse opened this issue over 7 years ago
github.com/tokio-rs/tokio-service - flosse opened this issue over 7 years ago
convert Entry to Result and functionalize code
github.com/tokio-rs/slab - vadixidav opened this pull request over 7 years ago
github.com/tokio-rs/slab - vadixidav opened this pull request over 7 years ago
feat: Implement futures-0.2 support
github.com/tokio-rs/tokio-uds - Marwes opened this pull request over 7 years ago
github.com/tokio-rs/tokio-uds - Marwes opened this pull request over 7 years ago
Android get_peer_cred
github.com/tokio-rs/tokio-uds - NickAtAccuPS opened this pull request over 7 years ago
github.com/tokio-rs/tokio-uds - NickAtAccuPS opened this pull request over 7 years ago
lio_listio support
github.com/tokio-rs/tokio-core - asomers opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - asomers opened this pull request over 7 years ago
deny warnings only in CI
github.com/tokio-rs/tokio-core - ignatenkobrain opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - ignatenkobrain opened this pull request over 7 years ago
Problem with global variable lifetime in a single threaded context.
github.com/tokio-rs/tokio-core - George3d6 opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - George3d6 opened this issue over 7 years ago
Add me as owner to crate?
github.com/tokio-rs/tokio-uds - carllerche opened this issue over 7 years ago
github.com/tokio-rs/tokio-uds - carllerche opened this issue over 7 years ago
Add me as owner to crate?
github.com/tokio-rs/tokio-tls - carllerche opened this issue over 7 years ago
github.com/tokio-rs/tokio-tls - carllerche opened this issue over 7 years ago
panic at "no Task is currently running"
github.com/tokio-rs/tokio-core - evanw opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - evanw opened this issue over 7 years ago
Using TcpClient with tokio
github.com/tokio-rs/tokio-proto - flosse opened this issue over 7 years ago
github.com/tokio-rs/tokio-proto - flosse opened this issue over 7 years ago
Consider adding extension traits for ergonomics
github.com/tokio-rs/tokio-timer - shepmaster opened this issue over 7 years ago
github.com/tokio-rs/tokio-timer - shepmaster opened this issue over 7 years ago
Waiting short periods of time with tokio_core::reactor::Timeout
github.com/tokio-rs/tokio-core - realcr opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - realcr opened this issue over 7 years ago
chmod -x *.rs
github.com/tokio-rs/tokio-proto - ignatenkobrain opened this pull request over 7 years ago
github.com/tokio-rs/tokio-proto - ignatenkobrain opened this pull request over 7 years ago
Question: What's the future of tokio-proto and should new libraries depend on it?
github.com/tokio-rs/tokio-proto - flosse opened this issue over 7 years ago
github.com/tokio-rs/tokio-proto - flosse opened this issue over 7 years ago
Update dependencies to their latest versions
github.com/tokio-rs/tokio-proto - ignatenkobrain opened this pull request over 7 years ago
github.com/tokio-rs/tokio-proto - ignatenkobrain opened this pull request over 7 years ago
Fix the build on FreeBSD
github.com/tokio-rs/tokio-core - asomers opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - asomers opened this pull request over 7 years ago
Compress and connect examples doesn't work together
github.com/tokio-rs/tokio-core - ericho opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - ericho opened this issue over 7 years ago
don't try parse empty buf
github.com/tokio-rs/tokio-minihttp - estin opened this pull request over 7 years ago
github.com/tokio-rs/tokio-minihttp - estin opened this pull request over 7 years ago
use 64 iovecs in TcpStream::write_buf
github.com/tokio-rs/tokio-core - seanmonstar opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - seanmonstar opened this pull request over 7 years ago
Question: How to create a sync wrapper around a async API
github.com/tokio-rs/tokio-core - flosse opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - flosse opened this issue over 7 years ago
Specializing AsyncRead/Write in Read/WriteHalf
github.com/tokio-rs/tokio-io - nayato opened this pull request over 7 years ago
github.com/tokio-rs/tokio-io - nayato opened this pull request over 7 years ago
ReadHalf and WriteHalf don't honor underlying T's specialization
github.com/tokio-rs/tokio-io - nayato opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - nayato opened this issue over 7 years ago
Shutdown doesn't handle `Async::NotReady`
github.com/tokio-rs/tokio-io - griff opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - griff opened this issue over 7 years ago
Add accessors for max_frame_length to length_delimited::Framed
github.com/tokio-rs/tokio-io - qrovira opened this pull request over 7 years ago
github.com/tokio-rs/tokio-io - qrovira opened this pull request over 7 years ago
deps: update openssl to 0.10
github.com/tokio-rs/tokio-tls - ragevou opened this pull request over 7 years ago
github.com/tokio-rs/tokio-tls - ragevou opened this pull request over 7 years ago
Update README for new openssl version
github.com/tokio-rs/tokio-openssl - sfackler opened this pull request over 7 years ago
github.com/tokio-rs/tokio-openssl - sfackler opened this pull request over 7 years ago
Fix build on DragonFly
github.com/tokio-rs/tokio-uds - mneumann opened this pull request over 7 years ago
github.com/tokio-rs/tokio-uds - mneumann opened this pull request over 7 years ago
Upgrade to openssl 0.10
github.com/tokio-rs/tokio-openssl - sfackler opened this pull request over 7 years ago
github.com/tokio-rs/tokio-openssl - sfackler opened this pull request over 7 years ago
License this under something
github.com/tokio-rs/tokio-rfcs - est31 opened this issue over 7 years ago
github.com/tokio-rs/tokio-rfcs - est31 opened this issue over 7 years ago
Add accessors for max_frame_length to length_delimited::FramedWrite
github.com/tokio-rs/tokio-io - qrovira opened this pull request over 7 years ago
github.com/tokio-rs/tokio-io - qrovira opened this pull request over 7 years ago
Make the repo compile with newest mio.
github.com/tokio-rs/tokio-core - vorner opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - vorner opened this pull request over 7 years ago
LinesCodec returns remaining data at EOF
github.com/tokio-rs/tokio-io - adwhit opened this pull request over 7 years ago
github.com/tokio-rs/tokio-io - adwhit opened this pull request over 7 years ago
LinesCodec repeatedly returns final line when line is not terminated with \n
github.com/tokio-rs/tokio-io - adwhit opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - adwhit opened this issue over 7 years ago
add TcpStream::peek
github.com/tokio-rs/tokio-core - seanmonstar opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - seanmonstar opened this pull request over 7 years ago
TCPStream is Returning No Data on read_exact
github.com/tokio-rs/mio - pulltab opened this issue over 7 years ago
github.com/tokio-rs/mio - pulltab opened this issue over 7 years ago
Reconsider including `length_delimited` in the tokio-io crate
github.com/tokio-rs/tokio-io - carllerche opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - carllerche opened this issue over 7 years ago
Implement From<ssl::SslStream>
github.com/tokio-rs/tokio-openssl - jD91mZM2 opened this pull request over 7 years ago
github.com/tokio-rs/tokio-openssl - jD91mZM2 opened this pull request over 7 years ago
Convert from existing SslStream?
github.com/tokio-rs/tokio-openssl - jD91mZM2 opened this issue over 7 years ago
github.com/tokio-rs/tokio-openssl - jD91mZM2 opened this issue over 7 years ago
Encoding error doesn't show up in tutorial example
github.com/tokio-rs/tokio-core - khaledkbadr opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - khaledkbadr opened this issue over 7 years ago
Bump env_logger to 0.4
github.com/tokio-rs/tokio-tls - Eijebong opened this pull request over 7 years ago
github.com/tokio-rs/tokio-tls - Eijebong opened this pull request over 7 years ago
Bump dependencies
github.com/tokio-rs/tokio-core - Eijebong opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - Eijebong opened this pull request over 7 years ago
Bump dependencies
github.com/tokio-rs/tokio-proto - Eijebong opened this pull request over 7 years ago
github.com/tokio-rs/tokio-proto - Eijebong opened this pull request over 7 years ago
Use correct project name in README.md.
github.com/tokio-rs/tokio-core - sstangl opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - sstangl opened this pull request over 7 years ago
Example for more complicated UdpServer Sink Handling
github.com/tokio-rs/tokio-core - dl00 opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - dl00 opened this issue over 7 years ago
Add Filter abstraction
github.com/tokio-rs/tokio-service - DustinByfuglien opened this issue over 7 years ago
github.com/tokio-rs/tokio-service - DustinByfuglien opened this issue over 7 years ago
Changed Response to store body as bytes
github.com/tokio-rs/tokio-minihttp - tinywombat765 opened this pull request over 7 years ago
github.com/tokio-rs/tokio-minihttp - tinywombat765 opened this pull request over 7 years ago
Cannot call poll once value is consumed
github.com/tokio-rs/tokio-timer - jedisct1 opened this issue over 7 years ago
github.com/tokio-rs/tokio-timer - jedisct1 opened this issue over 7 years ago
Hello-World benchmark
github.com/tokio-rs/tokio-minihttp - yaa110 opened this issue over 7 years ago
github.com/tokio-rs/tokio-minihttp - yaa110 opened this issue over 7 years ago
Replace deprecated boxed() method usage in docs
github.com/tokio-rs/tokio-service - roosmaa opened this pull request over 7 years ago
github.com/tokio-rs/tokio-service - roosmaa opened this pull request over 7 years ago
Pull up dependencies
github.com/tokio-rs/tokio-proto - imp opened this pull request over 7 years ago
github.com/tokio-rs/tokio-proto - imp opened this pull request over 7 years ago
Reactor is not RefUnwindSafe
github.com/tokio-rs/tokio-core - Marwes opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - Marwes opened this issue over 7 years ago
Make sure there are enough space to put data in
github.com/tokio-rs/tokio-io - kamyuentse opened this pull request over 7 years ago
github.com/tokio-rs/tokio-io - kamyuentse opened this pull request over 7 years ago
Add TcpListener::accept_std
github.com/tokio-rs/tokio-core - sfackler opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - sfackler opened this pull request over 7 years ago
Return progress indication from `core.turn`
github.com/tokio-rs/tokio-core - tiras-j opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - tiras-j opened this pull request over 7 years ago
Add Fuchsia-specific reactor and net impls
github.com/tokio-rs/tokio-core - cramertj opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - cramertj opened this pull request over 7 years ago
Add Timeout::unregister
github.com/tokio-rs/tokio-core - sfackler opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - sfackler opened this pull request over 7 years ago
Allow timers to be reset without a new deadline
github.com/tokio-rs/tokio-core - sfackler opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - sfackler opened this issue over 7 years ago
FreeBSD clients able to freeze a Tokio+Hyper Linux server
github.com/tokio-rs/tokio-io - P-E-Meunier opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - P-E-Meunier opened this issue over 7 years ago
'lines_decoder' fails on 32-bit
github.com/tokio-rs/tokio-io - ignatenkobrain opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - ignatenkobrain opened this issue over 7 years ago
Dependency updates
github.com/tokio-rs/tokio-proto - golem131 opened this pull request over 7 years ago
github.com/tokio-rs/tokio-proto - golem131 opened this pull request over 7 years ago
Fix netty style length_delimited decoder
github.com/tokio-rs/tokio-io - yorkart opened this pull request over 7 years ago
github.com/tokio-rs/tokio-io - yorkart opened this pull request over 7 years ago
Consider generalizing TimeoutStream / adding an IdleStream adapter
github.com/tokio-rs/tokio-timer - mehcode opened this issue over 7 years ago
github.com/tokio-rs/tokio-timer - mehcode opened this issue over 7 years ago
bump futures to 0.1.16
github.com/tokio-rs/tokio-core - asomers opened this pull request over 7 years ago
github.com/tokio-rs/tokio-core - asomers opened this pull request over 7 years ago
Remove should return `Option<T>`
github.com/tokio-rs/slab - jonhoo opened this issue over 7 years ago
github.com/tokio-rs/slab - jonhoo opened this issue over 7 years ago
FramedRead updates unusably slowly
github.com/tokio-rs/tokio-io - alexchandel opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - alexchandel opened this issue over 7 years ago
Clarify behaviour of flush on WouldBlock error
github.com/tokio-rs/tokio-io - AljoschaMeyer opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - AljoschaMeyer opened this issue over 7 years ago
No documentation on combining TcpListener with non-TCP tokio types
github.com/tokio-rs/tokio-core - alexchandel opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - alexchandel opened this issue over 7 years ago
Implement Default for Slab
github.com/tokio-rs/slab - jonhoo opened this pull request over 7 years ago
github.com/tokio-rs/slab - jonhoo opened this pull request over 7 years ago
add support for generating random sequences with QuickCheck
github.com/tokio-rs/bytes - sunshowers opened this pull request over 7 years ago
github.com/tokio-rs/bytes - sunshowers opened this pull request over 7 years ago
Bump version to v0.1.4
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 7 years ago
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 7 years ago
Add framed_read and framed_write methods
github.com/tokio-rs/tokio-io - cramertj opened this pull request over 7 years ago
github.com/tokio-rs/tokio-io - cramertj opened this pull request over 7 years ago
Make framed method usable with more types
github.com/tokio-rs/tokio-io - cramertj opened this pull request over 7 years ago
github.com/tokio-rs/tokio-io - cramertj opened this pull request over 7 years ago
Consider Removing the `io::Read` and `io::Write` supertraits on AsyncRead and AsyncWrite
github.com/tokio-rs/tokio-io - cramertj opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - cramertj opened this issue over 7 years ago
Consider adding `io::read_repeating`
github.com/tokio-rs/tokio-io - cramertj opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - cramertj opened this issue over 7 years ago
Bump iovec and bytes versions
github.com/tokio-rs/tokio-io - carllerche opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - carllerche opened this issue over 7 years ago
Rename `AsyncWrite::shutdown`
github.com/tokio-rs/tokio-io - carllerche opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - carllerche opened this issue over 7 years ago
Decoder::decode is slow for large buffers
github.com/tokio-rs/tokio-io - sudeep9 opened this issue over 7 years ago
github.com/tokio-rs/tokio-io - sudeep9 opened this issue over 7 years ago
Denial of Service vulnerability in example tinyhttp
github.com/tokio-rs/tokio-core - klausi opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - klausi opened this issue over 7 years ago
impl Stream/Sink for UdpSocket
github.com/tokio-rs/tokio-core - canndrew opened this issue over 7 years ago
github.com/tokio-rs/tokio-core - canndrew opened this issue over 7 years ago
Replace Serde with tokio-uds.
github.com/tokio-rs/tokio-uds - djg opened this pull request over 7 years ago
github.com/tokio-rs/tokio-uds - djg opened this pull request over 7 years ago
Readme mentions Serde not tokio-uds
github.com/tokio-rs/tokio-uds - djg opened this issue over 7 years ago
github.com/tokio-rs/tokio-uds - djg opened this issue over 7 years ago