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
AsyncWrite wrappers that consume self can fail because of WouldBlock
github.com/tokio-rs/tokio-io - sunshowers opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - sunshowers opened this issue over 8 years ago
Possible to get access to peer's name?
github.com/tokio-rs/tokio-minihttp - sholsapp opened this issue over 8 years ago
github.com/tokio-rs/tokio-minihttp - sholsapp opened this issue over 8 years ago
Bind existing TcpStream to a client protocol
github.com/tokio-rs/tokio-proto - glebpom opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - glebpom opened this pull request over 8 years ago
Add poll_read/poll_write and need_read/need_write
github.com/tokio-rs/tokio-io - tailhook opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - tailhook opened this issue over 8 years ago
Impl Debug for all public types
github.com/tokio-rs/tokio-timer - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-timer - carllerche opened this pull request over 8 years ago
Enhance Builder.num_slots() documentation
github.com/tokio-rs/tokio-timer - living180 opened this pull request over 8 years ago
github.com/tokio-rs/tokio-timer - living180 opened this pull request over 8 years ago
Make TimeoutStream public
github.com/tokio-rs/tokio-timer - tesaguri opened this pull request over 8 years ago
github.com/tokio-rs/tokio-timer - tesaguri opened this pull request over 8 years ago
How to use sendfile on tokio sockets
github.com/tokio-rs/tokio-core - tailhook opened this issue over 8 years ago
github.com/tokio-rs/tokio-core - tailhook opened this issue over 8 years ago
Middleware & Stream Services
github.com/tokio-rs/tokio-service - withoutboats opened this pull request over 8 years ago
github.com/tokio-rs/tokio-service - withoutboats opened this pull request over 8 years ago
how to track connection?
github.com/tokio-rs/tokio-service - Matrix-Zhang opened this issue over 8 years ago
github.com/tokio-rs/tokio-service - Matrix-Zhang opened this issue over 8 years ago
Rewrite slab making it more idiomatic
github.com/tokio-rs/slab - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/slab - carllerche opened this pull request over 8 years ago
use security-framework for iOS
github.com/tokio-rs/tokio-tls - king6cong opened this pull request over 8 years ago
github.com/tokio-rs/tokio-tls - king6cong opened this pull request over 8 years ago
Can't make trait objects out of AsyncWrite
github.com/tokio-rs/tokio-io - sunshowers opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - sunshowers opened this issue over 8 years ago
Added PartialEq to TimerError.
github.com/tokio-rs/tokio-timer - 46bit opened this pull request over 8 years ago
github.com/tokio-rs/tokio-timer - 46bit opened this pull request over 8 years ago
Avoid quadratic complexity in poll()
github.com/tokio-rs/tokio-proto - jannic opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - jannic opened this pull request over 8 years ago
Panic in BufMut::put under load
github.com/tokio-rs/tokio-minihttp - aptomaKetil opened this issue over 8 years ago
github.com/tokio-rs/tokio-minihttp - aptomaKetil opened this issue over 8 years ago
Reserve BytesMut size in encode.
github.com/tokio-rs/tokio-proto - jannic opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - jannic opened this pull request over 8 years ago
Fix typo in codec module docs
github.com/tokio-rs/tokio-io - djc opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - djc opened this pull request over 8 years ago
add missing methods (into_inner,..)
github.com/tokio-rs/tokio-io - Freyskeyd opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - Freyskeyd opened this pull request over 8 years ago
Move tokio-openssl to new tokio-io crate
github.com/tokio-rs/tokio-openssl - nhellwig opened this pull request over 8 years ago
github.com/tokio-rs/tokio-openssl - nhellwig opened this pull request over 8 years ago
BytesMut lacks a direct implementation of std::io::Write
github.com/tokio-rs/tokio-io - NeoLegends opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - NeoLegends opened this issue over 8 years ago
Fix compilation for beta/nightly
github.com/tokio-rs/tokio-uds - NikVolf opened this pull request over 8 years ago
github.com/tokio-rs/tokio-uds - NikVolf opened this pull request over 8 years ago
Added note about unsafe to doc about AsyncRead::prepare_uninitialized_buffer()
github.com/tokio-rs/tokio-io - Kixunil opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - Kixunil opened this pull request over 8 years ago
Consider adding `'static` bounds to `Encoder` and `Decoder` Item types
github.com/tokio-rs/tokio-io - alexcrichton opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - alexcrichton opened this issue over 8 years ago
Allow option to prevent buffering of OutBody
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
Track tokio-proto/generic-requestid
github.com/tokio-rs/tokio-line - koivunej opened this pull request over 8 years ago
github.com/tokio-rs/tokio-line - koivunej opened this pull request over 8 years ago
Timers don't always fire if the tick duration isn't a multiple of 1ms
github.com/tokio-rs/tokio-timer - thomaswhiteway opened this issue over 8 years ago
github.com/tokio-rs/tokio-timer - thomaswhiteway opened this issue over 8 years ago
Consider switching AsyncWrite::write_buf to take T: IntoBuf
github.com/tokio-rs/tokio-io - carllerche opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - carllerche opened this issue over 8 years ago
Make intervals fire immediately when `at` has passed
github.com/tokio-rs/tokio-timer - lnicola opened this pull request over 8 years ago
github.com/tokio-rs/tokio-timer - lnicola opened this pull request over 8 years ago
An interval with `at` in the past does not fire immediately
github.com/tokio-rs/tokio-timer - lnicola opened this issue over 8 years ago
github.com/tokio-rs/tokio-timer - lnicola opened this issue over 8 years ago
Setting a timeout equal to the timer tick duration fill fire immediately
github.com/tokio-rs/tokio-timer - carllerche opened this issue over 8 years ago
github.com/tokio-rs/tokio-timer - carllerche opened this issue over 8 years ago
Clarify if AsyncWrite::shutdown implies flush or if flush should be called before shutdown
github.com/tokio-rs/tokio-io - carllerche opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - carllerche opened this issue over 8 years ago
Implement BufReader & BufWriter
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
Provide Debug impls for all types
github.com/tokio-rs/tokio-proto - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - carllerche opened this pull request over 8 years ago
[Feature] Allow connection registration to occur on reactors other than the one driving the listener
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
write_buf/read_buf not object safe
github.com/tokio-rs/tokio-io - alexcrichton opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - alexcrichton opened this issue over 8 years ago
Provide `BufReader` and `BufWriter`
github.com/tokio-rs/tokio-io - carllerche opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - carllerche opened this issue over 8 years ago
Provide Debug impls for all types
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
Location of AsyncRead/AsyncWrite traits
github.com/tokio-rs/tokio-io - alexcrichton opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - alexcrichton opened this issue over 8 years ago
decode_eof's return value should match decode
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
FramedRead::into_inner throws away buffered data
github.com/tokio-rs/tokio-io - sunshowers opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - sunshowers opened this issue over 8 years ago
Length field delimited framer
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
Add a required AsyncWrite::shutdown method
github.com/tokio-rs/tokio-io - alexcrichton opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - alexcrichton opened this pull request over 8 years ago
Relax trait bounds on get_ref, get_mut, into_inner
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
Handle extra-large frames by allocating more space
github.com/tokio-rs/tokio-io - alexcrichton opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - alexcrichton opened this pull request over 8 years ago
Losing inner stream of `TimeoutStream` on timeout with into_future
github.com/tokio-rs/tokio-timer - jonhoo opened this issue over 8 years ago
github.com/tokio-rs/tokio-timer - jonhoo opened this issue over 8 years ago
Change type params of ClientService to Request, Response.
github.com/tokio-rs/tokio-proto - tikue opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - tikue opened this pull request over 8 years ago
Consider switching Framed & co. to be generic over the error vs. using io::Error
github.com/tokio-rs/tokio-io - carllerche opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - carllerche opened this issue over 8 years ago
Sample using tokio-proto to stack Line on top of TLS
github.com/tokio-rs/tokio-line - nayato opened this issue over 8 years ago
github.com/tokio-rs/tokio-line - nayato opened this issue over 8 years ago
Sample of simple protocol stacked on top of TLS
github.com/tokio-rs/tokio-tls - nayato opened this issue over 8 years ago
github.com/tokio-rs/tokio-tls - nayato opened this issue over 8 years ago
Restore generic coding errors
github.com/tokio-rs/tokio-io - Ralith opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - Ralith opened this pull request over 8 years ago
Remove some fn bounds
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-io - carllerche opened this pull request over 8 years ago
FramedRead only calls decode_eof when there is buffered data
github.com/tokio-rs/tokio-io - carllerche opened this issue over 8 years ago
github.com/tokio-rs/tokio-io - carllerche opened this issue over 8 years ago
Timer may block other futures from being processed
github.com/tokio-rs/tokio-timer - daniel-abramov opened this issue over 8 years ago
github.com/tokio-rs/tokio-timer - daniel-abramov opened this issue over 8 years ago
Performance overhead of tokio-proto
github.com/tokio-rs/tokio-proto - jonhoo opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - jonhoo opened this issue over 8 years ago
Example of reading from a Unix socket
github.com/tokio-rs/tokio-uds - joerg-krause opened this issue over 8 years ago
github.com/tokio-rs/tokio-uds - joerg-krause opened this issue over 8 years ago
Multiplex: Make RequestId generic
github.com/tokio-rs/tokio-proto - koivunej opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - koivunej opened this pull request over 8 years ago
Multiplexing: RequestId type is fixed to u64
github.com/tokio-rs/tokio-proto - koivunej opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - koivunej opened this issue over 8 years ago
Fix typo in docstring
github.com/tokio-rs/tokio-uds - luser opened this pull request over 8 years ago
github.com/tokio-rs/tokio-uds - luser opened this pull request over 8 years ago
Include transport errors in panic message.
github.com/tokio-rs/tokio-proto - stephank opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - stephank opened this pull request over 8 years ago
[Feature] allow clients to be cloned onto different reactors
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
Fix error frame dispatching issue
github.com/tokio-rs/tokio-proto - burmecia opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - burmecia opened this pull request over 8 years ago
FrameBuf does not check if there is space when reading out frames
github.com/tokio-rs/tokio-proto - ZoeyR opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - ZoeyR opened this issue over 8 years ago
Release new version with from_listener method
github.com/tokio-rs/tokio-uds - Kixunil opened this issue over 8 years ago
github.com/tokio-rs/tokio-uds - Kixunil opened this issue over 8 years ago
Setting tcp_no_delay when using TcpServer API
github.com/tokio-rs/tokio-proto - sunng87 opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - sunng87 opened this issue over 8 years ago
Ensure there's a method for "I'm done writing"
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
The listen example is for tokio-core not tokio-proto
github.com/tokio-rs/tokio-proto - rushmorem opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - rushmorem opened this issue over 8 years ago
use fixed version in dependencies
github.com/tokio-rs/tokio-redis - FredericHeem opened this pull request over 8 years ago
github.com/tokio-rs/tokio-redis - FredericHeem opened this pull request over 8 years ago
What's the intended use of `Client` in `proto`?
github.com/tokio-rs/tokio-tls - michaelbeaumont opened this issue over 8 years ago
github.com/tokio-rs/tokio-tls - michaelbeaumont opened this issue over 8 years ago
Logging responses and errors
github.com/tokio-rs/tokio-middleware - matt-williams opened this issue over 8 years ago
github.com/tokio-rs/tokio-middleware - matt-williams opened this issue over 8 years ago
Consider having `ClientProxy` be a future representing the termination of the connection
github.com/tokio-rs/tokio-proto - carllerche opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - carllerche opened this issue over 8 years ago
Add graceful shutdown to TcpServer
github.com/tokio-rs/tokio-proto - alexcrichton opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - alexcrichton opened this pull request over 8 years ago
Add a generic impl of streaming::pipeline::Transport
github.com/tokio-rs/tokio-proto - mbrubeck opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - mbrubeck opened this pull request over 8 years ago
Fix reference to old `rpc::pipeline` and `Frame::Done` in comments
github.com/tokio-rs/tokio-proto - mbrubeck opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - mbrubeck opened this pull request over 8 years ago
Currently doesn't expose any way to make a UnixListener from a raw fd, even indirectly
github.com/tokio-rs/tokio-uds - mtsr opened this issue over 8 years ago
github.com/tokio-rs/tokio-uds - mtsr opened this issue over 8 years ago
Add feature flag for tokio-proto support
github.com/tokio-rs/tokio-tls - proman21 opened this pull request over 8 years ago
github.com/tokio-rs/tokio-tls - proman21 opened this pull request over 8 years ago
Support for packets from pcap or af_packet
github.com/tokio-rs/tokio-core - stephanbuys opened this issue over 8 years ago
github.com/tokio-rs/tokio-core - stephanbuys opened this issue over 8 years ago
Use `extend` instead of `extend_from_slice`
github.com/tokio-rs/tokio-line - mbrubeck opened this pull request over 8 years ago
github.com/tokio-rs/tokio-line - mbrubeck opened this pull request over 8 years ago
Fix proto::Client docs
github.com/tokio-rs/tokio-tls - proman21 opened this pull request over 8 years ago
github.com/tokio-rs/tokio-tls - proman21 opened this pull request over 8 years ago
send a request after response more than once?
github.com/tokio-rs/tokio-line - hh9527 opened this issue over 8 years ago
github.com/tokio-rs/tokio-line - hh9527 opened this issue over 8 years ago
Allow multiplexed protocols to use different ID types
github.com/tokio-rs/tokio-proto - vorner opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - vorner opened this issue over 8 years ago
reading the request data
github.com/tokio-rs/tokio-minihttp - xrmx opened this issue over 8 years ago
github.com/tokio-rs/tokio-minihttp - xrmx opened this issue over 8 years ago
Introduce a Middleware trait.
github.com/tokio-rs/tokio-service - withoutboats opened this pull request over 8 years ago
github.com/tokio-rs/tokio-service - withoutboats opened this pull request over 8 years ago
Doc suggestion: add a glossary
github.com/tokio-rs/tokio-proto - nicholasbishop opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - nicholasbishop opened this issue over 8 years ago
Doc unclear on how to "translate" from tokio-core to tokio-proto
github.com/tokio-rs/tokio-proto - nicholasbishop opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - nicholasbishop opened this issue over 8 years ago
Doc navigation menus push content way down on mobile
github.com/tokio-rs/tokio-proto - nicholasbishop opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - nicholasbishop opened this issue over 8 years ago
Document how to use tokio-uds with tokio-proto
github.com/tokio-rs/tokio-uds - nicholasbishop opened this issue over 8 years ago
github.com/tokio-rs/tokio-uds - nicholasbishop opened this issue over 8 years ago
[docs] Getting Started example could use an explanation of frames
github.com/tokio-rs/tokio-proto - nicholasbishop opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - nicholasbishop opened this issue over 8 years ago
Add example streaming pipeline server
github.com/tokio-rs/tokio-proto - aajtodd opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - aajtodd opened this pull request over 8 years ago
Consider renaming Dispatch::{In, Out}
github.com/tokio-rs/tokio-proto - casey opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - casey opened this issue over 8 years ago
[bikeshed] Expand Proto to Protocol
github.com/tokio-rs/tokio-proto - shepmaster opened this issue over 8 years ago
github.com/tokio-rs/tokio-proto - shepmaster opened this issue over 8 years ago
Anticipating message from a Stream
github.com/tokio-rs/tokio-timer - 46bit opened this issue over 8 years ago
github.com/tokio-rs/tokio-timer - 46bit opened this issue over 8 years ago
Enable configurating multiplex behavior
github.com/tokio-rs/tokio-proto - carllerche opened this pull request over 8 years ago
github.com/tokio-rs/tokio-proto - carllerche opened this pull request over 8 years ago