An open API service for software projects hosted on Open Collective.

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

Expose need_read() and need_write().

github.com/tokio-rs/tokio-uds - djg opened this pull request over 7 years ago
Replace io::Error with generic From<io::Error>

github.com/tokio-rs/tokio-proto - jvff opened this pull request over 7 years ago
Fix delayed Pipeline closure

github.com/tokio-rs/tokio-proto - cramertj opened this pull request over 7 years ago
Deregister Eventeds before dropping

github.com/tokio-rs/tokio-core - cramertj opened this issue over 7 years ago
`TcpClient` leaks connection

github.com/tokio-rs/tokio-proto - jvff opened this issue over 7 years ago
Readable includes hup, but writable doesn't

github.com/tokio-rs/tokio-core - cramertj opened this issue over 7 years ago
Add Bytes and Lines codecs

github.com/tokio-rs/tokio-io - cramertj opened this pull request almost 8 years ago
Fix and deny warnings

github.com/tokio-rs/tokio-io - cramertj opened this pull request almost 8 years ago
Add AllowSyncIo wrapper

github.com/tokio-rs/tokio-io - cramertj opened this pull request almost 8 years ago
Make Sink::SinkItem a generic parameter

github.com/tokio-rs/tokio-core - cramertj opened this issue almost 8 years ago
Add a "Bytes" Codec Implementation

github.com/tokio-rs/tokio-io - cramertj opened this issue almost 8 years ago
Set Future types as must_use

github.com/tokio-rs/tokio-core - cramertj opened this pull request almost 8 years ago
Simplify UdpSocket futures

github.com/tokio-rs/tokio-core - cramertj opened this pull request almost 8 years ago
Fix warnings

github.com/tokio-rs/tokio-core - cramertj opened this pull request almost 8 years ago
impl `FromIterator<(usize, T)>` for `Slab<T>`

github.com/tokio-rs/slab - flier opened this pull request almost 8 years ago
serialize Slab with `serde`

github.com/tokio-rs/slab - flier opened this pull request almost 8 years ago
Fix small typos

github.com/tokio-rs/tokio-io - jtescher opened this pull request almost 8 years ago
BorrowMutError on HTTP request

github.com/tokio-rs/tokio-core - donhcd opened this issue almost 8 years ago
Interval is Infallible

github.com/tokio-rs/tokio-core - cramertj opened this issue almost 8 years ago
Fix pipeline Frame documentation

github.com/tokio-rs/tokio-proto - jtdowney opened this pull request almost 8 years ago
Add pid to UCred on Linux.

github.com/tokio-rs/tokio-uds - m-ou-se opened this pull request almost 8 years ago
Fixing a compilation error on FreeBSD

github.com/tokio-rs/tokio-uds - P-E-Meunier opened this pull request almost 8 years ago
Server welcome message or banner

github.com/tokio-rs/tokio-proto - jocutajar opened this issue almost 8 years ago
Reclaiming Slab Memory

github.com/tokio-rs/tokio-core - cramertj opened this issue almost 8 years ago
Disable ucred support on Android and Musl

github.com/tokio-rs/tokio-uds - azdlowry opened this pull request almost 8 years ago
Doesn't build on android target

github.com/tokio-rs/tokio-uds - azdlowry opened this issue almost 8 years ago
Derive Debug for Timeout and TimeoutToken

github.com/tokio-rs/tokio-core - casey opened this pull request almost 8 years ago
How to get to the remote end socket address?

github.com/tokio-rs/tokio-proto - jocutajar opened this issue almost 8 years ago
Fix "variable does not need to be mutable" warnings

github.com/tokio-rs/tokio-uds - bippityboppity opened this pull request almost 8 years ago
Fix unused extern crate build warning

github.com/tokio-rs/tokio-middleware - bippityboppity opened this pull request almost 8 years ago
Why no FromRawFd?

github.com/tokio-rs/tokio-uds - vi opened this issue almost 8 years ago
remove unsafe code from IterMut

github.com/tokio-rs/slab - oconnor663 opened this pull request almost 8 years ago
`shrink_to_fit` won't shrink

github.com/tokio-rs/slab - cramertj opened this issue almost 8 years ago
How to implement Promises with Tokio-Core?

github.com/tokio-rs/tokio-core - asomers opened this issue almost 8 years ago
Support Readiness Types with Signal Counters

github.com/tokio-rs/tokio-core - cramertj opened this issue almost 8 years ago
Muddled doc wording?

github.com/tokio-rs/tokio-proto - petehayes102 opened this issue almost 8 years ago
Nicer {TcpSocket, UdpSocket}::bind()

github.com/tokio-rs/tokio-core - imp opened this issue almost 8 years ago
Shutting down a TcpServer

github.com/tokio-rs/tokio-proto - mmstick opened this issue almost 8 years ago
Add Debug impl for Timeout

github.com/tokio-rs/tokio-core - casey opened this issue almost 8 years ago
RFC: Tokio reform, take 2

github.com/tokio-rs/tokio-rfcs - aturon opened this pull request almost 8 years ago
remove dead code and update dependencies

github.com/tokio-rs/tokio-openssl - ThetaSinner opened this pull request almost 8 years ago
Adds new function `interval_range`

github.com/tokio-rs/tokio-timer - bkchr opened this pull request almost 8 years ago
Fixed docs for Timeout::new and new_at

github.com/tokio-rs/tokio-core - alex opened this pull request almost 8 years ago
Clean shutdown of TCP sockets

github.com/tokio-rs/tokio-io - P-E-Meunier opened this issue almost 8 years ago
Example for upload/download progress

github.com/tokio-rs/tokio-proto - kpcyrd opened this issue almost 8 years ago
Document example with stateful process

github.com/tokio-rs/tokio-core - kpcyrd opened this issue almost 8 years ago
Method on `Timeout` for reset with `Duration`

github.com/tokio-rs/tokio-core - mathstuf opened this issue almost 8 years ago
docs: fix some typos

github.com/tokio-rs/tokio-core - mathstuf opened this pull request almost 8 years ago
RFC: Tokio reform

github.com/tokio-rs/tokio-rfcs - aturon opened this pull request almost 8 years ago
Add {Interval,Timeout}::poll_at

github.com/tokio-rs/tokio-core - alexcrichton opened this pull request almost 8 years ago
Conditionally call `consume_queue` on messages

github.com/tokio-rs/tokio-core - alexcrichton opened this pull request almost 8 years ago
length_delimited should use a custom error

github.com/tokio-rs/tokio-io - carllerche opened this issue almost 8 years ago
Split UdpCodec example up

github.com/tokio-rs/tokio-core - jrozner opened this issue almost 8 years ago
Adds UdpSocket connect, send and recv methods

github.com/tokio-rs/tokio-core - bkchr opened this pull request almost 8 years ago
UDP 0-length datagrams

github.com/tokio-rs/tokio-core - henninglive opened this pull request almost 8 years ago
UdpFramed doesn’t send zero length UDP packets

github.com/tokio-rs/tokio-core - henninglive opened this issue almost 8 years ago
TokenTimeout: add doc around new panic

github.com/tokio-rs/tokio-core - twmb opened this pull request almost 8 years ago
Sending and receiving file descriptors

github.com/tokio-rs/tokio-uds - maufl opened this issue almost 8 years ago
bump slab to 0.4.0

github.com/tokio-rs/tokio-core - twmb opened this pull request almost 8 years ago
Expose hangup events from TcpStream?

github.com/tokio-rs/tokio-core - sfackler opened this issue almost 8 years ago
Fix variable names in doc comment from `encode`

github.com/tokio-rs/tokio-io - juggle-tux opened this pull request almost 8 years ago
add `read_at_least` function?

github.com/tokio-rs/tokio-io - cssivision opened this issue almost 8 years ago
Bump versions of libraries

github.com/tokio-rs/tokio-minihttp - billyevans opened this pull request almost 8 years ago
Connection state

github.com/tokio-rs/tokio-service - anton-dutov opened this issue almost 8 years ago
Send TcpStream and re-associate event loop

github.com/tokio-rs/tokio-core - srijs opened this issue almost 8 years ago
update reading/writing in Transfer logic

github.com/tokio-rs/tokio-socks5 - cssivision opened this pull request almost 8 years ago
Impl a service if &mut self is needed

github.com/tokio-rs/tokio-service - flosse opened this issue almost 8 years ago
Changelog

github.com/tokio-rs/tokio-io - flosse opened this issue almost 8 years ago
Tokio reform

github.com/tokio-rs/tokio-rfcs - carllerche opened this pull request almost 8 years ago
Move `rand` to dev-dependencies

github.com/tokio-rs/tokio-proto - spinda opened this pull request almost 8 years ago
Random errors on macOS

github.com/tokio-rs/tokio-tls - blackbeam opened this issue almost 8 years ago
body/post data access

github.com/tokio-rs/tokio-minihttp - vird opened this pull request almost 8 years ago
Any changes get POST data?

github.com/tokio-rs/tokio-minihttp - vird opened this issue almost 8 years ago
Get & set length_delimited::FramedRead max len.

github.com/tokio-rs/tokio-io - carllerche opened this pull request almost 8 years ago