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
Getting occasionally 'other was less than the current instant' in Timeout middleware
github.com/tokio-rs/tokio-middleware - shisoft opened this issue over 8 years ago
github.com/tokio-rs/tokio-middleware - shisoft opened this issue over 8 years ago
Allow core to be specified for a TcpServer instance
github.com/tokio-rs/tokio-proto - aajtodd opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - aajtodd opened this issue over 8 years ago
Added techempower example that serves both json and plaintext benchmarks
github.com/tokio-rs/tokio-minihttp - gkbrk opened this pull request over 8 years ago
github.com/tokio-rs/tokio-minihttp - gkbrk opened this pull request over 8 years ago
Fix names in examples (docs)
github.com/tokio-rs/tokio-service - critiqjo opened this pull request over 8 years ago
github.com/tokio-rs/tokio-service - critiqjo opened this pull request over 8 years ago
Consider renaming NewService trait
github.com/tokio-rs/tokio-service - aajtodd opened this issue over 8 years ago
github.com/tokio-rs/tokio-service - aajtodd opened this issue over 8 years ago
Why do I keep hitting this panic?
github.com/tokio-rs/tokio-proto - jared-mackey opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - jared-mackey opened this issue over 8 years ago
ClientProxy.call can panic
github.com/tokio-rs/tokio-proto - seanmonstar opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - seanmonstar opened this issue over 8 years ago
Two comment edits
github.com/tokio-rs/tokio-socks5 - inejge opened this pull request over 8 years ago
github.com/tokio-rs/tokio-socks5 - inejge opened this pull request over 8 years ago
TLS for tokio-proto server
github.com/tokio-rs/tokio-tls - hanscj1 opened this issue over 8 years ago
github.com/tokio-rs/tokio-tls - hanscj1 opened this issue over 8 years ago
Format code with rustfmt
github.com/tokio-rs/tokio-proto - casey opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - casey opened this pull request over 8 years ago
impl Debug for multiplex::ClientService
github.com/tokio-rs/tokio-proto - tikue opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - tikue opened this issue over 8 years ago
framed_transport encode: Use Vec::extend
github.com/tokio-rs/tokio-line - serprex opened this pull request over 8 years ago
github.com/tokio-rs/tokio-line - serprex opened this pull request over 8 years ago
Consider adding some combinators to Service / NewService
github.com/tokio-rs/tokio-service - carllerche opened this issue over 8 years ago
github.com/tokio-rs/tokio-service - carllerche opened this issue over 8 years ago
Re-enable rustls, etc. backends
github.com/tokio-rs/tokio-tls - Diggsey opened this issue over 8 years ago
github.com/tokio-rs/tokio-tls - Diggsey opened this issue over 8 years ago
WIP: Track upstream changes
github.com/tokio-rs/tokio-line - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-line - carllerche opened this pull request over 8 years ago
Service::call takes &mut self
github.com/tokio-rs/tokio-service - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-service - carllerche opened this pull request over 8 years ago
Reconsider back pressure story
github.com/tokio-rs/tokio-service - carllerche opened this issue over 8 years ago
github.com/tokio-rs/tokio-service - carllerche opened this issue over 8 years ago
broken pipe error on OSX and ubuntu
github.com/tokio-rs/tokio-tls - ashleygwilliams opened this issue over 8 years ago
github.com/tokio-rs/tokio-tls - ashleygwilliams opened this issue over 8 years ago
Proposal: Back pressure handling + take &mut self
github.com/tokio-rs/tokio-service - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-service - carllerche opened this pull request over 8 years ago
The use of `io::Result` instead of `futures::Async`
github.com/tokio-rs/tokio-uds - rotty opened this issue over 8 years ago
github.com/tokio-rs/tokio-uds - rotty opened this issue over 8 years ago
Switch to futures-based DNS resolution
github.com/tokio-rs/tokio-socks5 - inejge opened this pull request over 8 years ago
github.com/tokio-rs/tokio-socks5 - inejge opened this pull request over 8 years ago
Asynchronous DNS support example
github.com/tokio-rs/tokio-socks5 - inejge opened this issue over 8 years ago
github.com/tokio-rs/tokio-socks5 - inejge opened this issue over 8 years ago
Implement the Debug trait for TlsStreams.
github.com/tokio-rs/tokio-tls - wiml opened this pull request over 8 years ago
github.com/tokio-rs/tokio-tls - wiml opened this pull request over 8 years ago
Update dependencies
github.com/tokio-rs/tokio-tls - Yamakaky opened this pull request over 8 years ago
github.com/tokio-rs/tokio-tls - Yamakaky opened this pull request over 8 years ago
Sometimes the worker will panic with "specified instant was later than self"
github.com/tokio-rs/tokio-timer - dylanede opened this issue over 8 years ago
github.com/tokio-rs/tokio-timer - dylanede opened this issue over 8 years ago
Can't infer BindServer from ServerProto in doc example
github.com/tokio-rs/tokio-proto - mthvedt opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - mthvedt opened this issue over 8 years ago
Publish tokio-service
github.com/tokio-rs/tokio-service - hanscj1 opened this issue over 8 years ago
github.com/tokio-rs/tokio-service - hanscj1 opened this issue over 8 years ago
Service trait and lifetimes
github.com/tokio-rs/tokio-service - withoutboats opened this issue over 8 years ago
github.com/tokio-rs/tokio-service - withoutboats opened this issue over 8 years ago
TcpServer::threads only half-works on Unix
github.com/tokio-rs/tokio-proto - alexcrichton opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - alexcrichton opened this issue over 8 years ago
Implemend SendDgram and RecvDgram futures for Unix datagram sockets
github.com/tokio-rs/tokio-uds - dermesser opened this pull request over 8 years ago
github.com/tokio-rs/tokio-uds - dermesser opened this pull request over 8 years ago
Compilation on macOS Sierra fails with "Could not find `easy` in `tokio_core`"
github.com/tokio-rs/tokio-minihttp - gsollazzo opened this issue over 8 years ago
github.com/tokio-rs/tokio-minihttp - gsollazzo opened this issue over 8 years ago
Undocumented dependency on Linux
github.com/tokio-rs/tokio-tls - magnusart opened this issue over 8 years ago
github.com/tokio-rs/tokio-tls - magnusart opened this issue over 8 years ago
fix teensy tinesy typo
github.com/tokio-rs/tokio-socks5 - mcginty opened this pull request over 8 years ago
github.com/tokio-rs/tokio-socks5 - mcginty opened this pull request over 8 years ago
Is the service trait still needed?
github.com/tokio-rs/tokio-service - tailhook opened this issue over 8 years ago
github.com/tokio-rs/tokio-service - tailhook opened this issue over 8 years ago
Clarify grammar in line transport documentation
github.com/tokio-rs/tokio-line - o-klp opened this pull request over 8 years ago
github.com/tokio-rs/tokio-line - o-klp opened this pull request over 8 years ago
Switch to rust-native-tls
github.com/tokio-rs/tokio-tls - frewsxcv opened this issue over 8 years ago
github.com/tokio-rs/tokio-tls - frewsxcv opened this issue over 8 years ago
Tidy up some impls of Service/NewService
github.com/tokio-rs/tokio-service - alexcrichton opened this pull request over 8 years ago
github.com/tokio-rs/tokio-service - alexcrichton opened this pull request over 8 years ago
Added fmt::Debug for Request
github.com/tokio-rs/tokio-minihttp - liftoff opened this pull request over 8 years ago
github.com/tokio-rs/tokio-minihttp - liftoff opened this pull request over 8 years ago
Add custom status codes to responses
github.com/tokio-rs/tokio-minihttp - atarola opened this pull request over 8 years ago
github.com/tokio-rs/tokio-minihttp - atarola opened this pull request over 8 years ago
Fresh git pull doesn't compile
github.com/tokio-rs/tokio-minihttp - liftoff opened this issue over 8 years ago
github.com/tokio-rs/tokio-minihttp - liftoff opened this issue over 8 years ago
PR needs review. Fixed tokio-core change to Encoder/Decoder
github.com/tokio-rs/tokio-minihttp - hanscj1 opened this issue over 8 years ago
github.com/tokio-rs/tokio-minihttp - hanscj1 opened this issue over 8 years ago
Updated to support change from Parse/Serialize to Decode/Encode
github.com/tokio-rs/tokio-minihttp - hanscj1 opened this pull request over 8 years ago
github.com/tokio-rs/tokio-minihttp - hanscj1 opened this pull request over 8 years ago
Add tokio_core::reactor::current()
github.com/tokio-rs/tokio-core - rushmorem opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-core - rushmorem opened this pull request almost 9 years ago
Finalize tokio-service APIs for 0.1
github.com/tokio-rs/tokio-service - aturon opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-service - aturon opened this pull request almost 9 years ago
Consider providing fn to retrieve a `Handle` for the currently running reactor Core
github.com/tokio-rs/tokio-core - carllerche opened this issue almost 9 years ago
github.com/tokio-rs/tokio-core - carllerche opened this issue almost 9 years ago
openssl: use SSL_VERIFY_NONE with ClientContext
github.com/tokio-rs/tokio-tls - bbigras opened this issue almost 9 years ago
github.com/tokio-rs/tokio-tls - bbigras opened this issue almost 9 years ago
Current implementation of `poll_ready` is not very useful
github.com/tokio-rs/tokio-service - tailhook opened this issue almost 9 years ago
github.com/tokio-rs/tokio-service - tailhook opened this issue almost 9 years ago
Provide a way to detect that a service will never become ready again (aka, closed)
github.com/tokio-rs/tokio-service - carllerche opened this issue almost 9 years ago
github.com/tokio-rs/tokio-service - carllerche opened this issue almost 9 years ago
Expose TlsStreamExt
github.com/tokio-rs/tokio-tls - erikjohnston opened this issue almost 9 years ago
github.com/tokio-rs/tokio-tls - erikjohnston opened this issue almost 9 years ago
Multiplex state should have timeouts
github.com/tokio-rs/tokio-proto - carllerche opened this issue almost 9 years ago
github.com/tokio-rs/tokio-proto - carllerche opened this issue almost 9 years ago
UnixStream::connect does not return a future
github.com/tokio-rs/tokio-uds - spinda opened this issue almost 9 years ago
github.com/tokio-rs/tokio-uds - spinda opened this issue almost 9 years ago
Request: Techempower benchmarks
github.com/tokio-rs/tokio-minihttp - mooman219 opened this issue almost 9 years ago
github.com/tokio-rs/tokio-minihttp - mooman219 opened this issue almost 9 years ago
add a comment to HelloWorld example
github.com/tokio-rs/tokio-minihttp - ghost opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-minihttp - ghost opened this pull request almost 9 years ago
fix small typos in docs
github.com/tokio-rs/tokio-service - ghost opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-service - ghost opened this pull request almost 9 years ago
Add a way to combine multiple Parse and Serialize
github.com/tokio-rs/tokio-proto - Yamakaky opened this issue almost 9 years ago
github.com/tokio-rs/tokio-proto - Yamakaky opened this issue almost 9 years ago
`tokio_proto::Client` doesn't handle backing service failures.
github.com/tokio-rs/tokio-proto - cstorey opened this issue almost 9 years ago
github.com/tokio-rs/tokio-proto - cstorey opened this issue almost 9 years ago
doc: Frame::MessageWithBody
github.com/tokio-rs/tokio-proto - alexcrichton opened this issue almost 9 years ago
github.com/tokio-rs/tokio-proto - alexcrichton opened this issue almost 9 years ago
Default implementation of Parse::done
github.com/tokio-rs/tokio-proto - alexcrichton opened this issue almost 9 years ago
github.com/tokio-rs/tokio-proto - alexcrichton opened this issue almost 9 years ago
Implement a timer interval (returning a Stream of futures)
github.com/tokio-rs/tokio-timer - yasammez opened this issue almost 9 years ago
github.com/tokio-rs/tokio-timer - yasammez opened this issue almost 9 years ago
ServerContext::new_for_test
github.com/tokio-rs/tokio-tls - stepancheg opened this issue almost 9 years ago
github.com/tokio-rs/tokio-tls - stepancheg opened this issue almost 9 years ago
Fix google smoke test
github.com/tokio-rs/tokio-tls - stepancheg opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-tls - stepancheg opened this pull request almost 9 years ago
hanging connection - tests with ab
github.com/tokio-rs/tokio-minihttp - szagi3891 opened this issue almost 9 years ago
github.com/tokio-rs/tokio-minihttp - szagi3891 opened this issue almost 9 years ago
Rexport TlsStream + add alpn feature
github.com/tokio-rs/tokio-tls - carllerche opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-tls - carllerche opened this pull request almost 9 years ago
When persisting echo server, connections are never dropped, which increases memory usage and eventually prevents connections
github.com/tokio-rs/tokio-line - scooter-dangle opened this issue almost 9 years ago
github.com/tokio-rs/tokio-line - scooter-dangle opened this issue almost 9 years ago
Multi-line message from client causes client panic when receiving echo from server in examples/echo_server_client.rs
github.com/tokio-rs/tokio-line - scooter-dangle opened this issue almost 9 years ago
github.com/tokio-rs/tokio-line - scooter-dangle opened this issue almost 9 years ago
Is it possible to combine minihttp with anything else in the same loop?
github.com/tokio-rs/tokio-minihttp - tailhook opened this issue almost 9 years ago
github.com/tokio-rs/tokio-minihttp - tailhook opened this issue almost 9 years ago
`Framed` doesn't handle the remote end closing well
github.com/tokio-rs/tokio-proto - carllerche opened this issue almost 9 years ago
github.com/tokio-rs/tokio-proto - carllerche opened this issue almost 9 years ago
Fix comments in low_level_transport.
github.com/tokio-rs/tokio-line - ghost opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-line - ghost opened this pull request almost 9 years ago
compile-time error
github.com/tokio-rs/tokio-minihttp - szagi3891 opened this issue almost 9 years ago
github.com/tokio-rs/tokio-minihttp - szagi3891 opened this issue almost 9 years ago
Support graceful shutdown
github.com/tokio-rs/tokio-core - alexcrichton opened this issue almost 9 years ago
github.com/tokio-rs/tokio-core - alexcrichton opened this issue almost 9 years ago
Fix small typo
github.com/tokio-rs/tokio-service - steveklabnik opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-service - steveklabnik opened this pull request almost 9 years ago
Move `Timeit` service into this repo?
github.com/tokio-rs/tokio-middleware - fitzgen opened this issue almost 9 years ago
github.com/tokio-rs/tokio-middleware - fitzgen opened this issue almost 9 years ago
Update README.md
github.com/tokio-rs/tokio-minihttp - makevoid opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-minihttp - makevoid opened this pull request almost 9 years ago
Update futures and tokio-core dependency versions.
github.com/tokio-rs/tokio-redis - JeffBelgum opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-redis - JeffBelgum opened this pull request almost 9 years ago
explain how to run examples in README
github.com/tokio-rs/tokio-line - zackmdavis opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-line - zackmdavis opened this pull request almost 9 years ago
Update futures version to match the other repos
github.com/tokio-rs/tokio-line - kristoff3r opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-line - kristoff3r opened this pull request almost 9 years ago
Set futures version number to match the other repos
github.com/tokio-rs/tokio-service - kristoff3r opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-service - kristoff3r opened this pull request almost 9 years ago
Grammar issue in README
github.com/tokio-rs/tokio-proto - briansmith opened this issue almost 9 years ago
github.com/tokio-rs/tokio-proto - briansmith opened this issue almost 9 years ago
The max_timeout check can panic
github.com/tokio-rs/tokio-timer - carllerche opened this issue almost 9 years ago
github.com/tokio-rs/tokio-timer - carllerche opened this issue almost 9 years ago
Doc typo
github.com/tokio-rs/tokio-timer - PeterShinners opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-timer - PeterShinners opened this pull request almost 9 years ago
LowLevelLineTransport is not working
github.com/tokio-rs/tokio-line - en opened this issue almost 9 years ago
github.com/tokio-rs/tokio-line - en opened this issue almost 9 years ago
Do not hang in poll if event loop is destroyed
github.com/tokio-rs/tokio-core - stepancheg opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-core - stepancheg opened this pull request almost 9 years ago
Add timeout middleware example
github.com/tokio-rs/tokio-line - carllerche opened this pull request almost 9 years ago
github.com/tokio-rs/tokio-line - carllerche opened this pull request almost 9 years ago
Add a convenience function for timing out a given future
github.com/tokio-rs/tokio-timer - carllerche opened this issue almost 9 years ago
github.com/tokio-rs/tokio-timer - carllerche opened this issue almost 9 years ago
Handle error cases
github.com/tokio-rs/tokio-timer - carllerche opened this issue almost 9 years ago
github.com/tokio-rs/tokio-timer - carllerche opened this issue almost 9 years ago
tokio-line does not compile
github.com/tokio-rs/tokio-line - nbigaouette opened this issue almost 9 years ago
github.com/tokio-rs/tokio-line - nbigaouette opened this issue almost 9 years ago
D:\Apache24\bin>ab -c 1 -n 100 -k http://127.0.0.1:8080/ nothing happen
github.com/tokio-rs/tokio-minihttp - niukey opened this issue almost 9 years ago
github.com/tokio-rs/tokio-minihttp - niukey opened this issue almost 9 years ago
An unimplemented!() is reachable after all.
github.com/tokio-rs/tokio-line - nbigaouette opened this issue almost 9 years ago
github.com/tokio-rs/tokio-line - nbigaouette opened this issue almost 9 years ago
Problems with compiling examples
github.com/tokio-rs/tokio-minihttp - szagi3891 opened this issue almost 9 years ago
github.com/tokio-rs/tokio-minihttp - szagi3891 opened this issue almost 9 years ago