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

Should use `ptr::write`

github.com/tokio-rs/tokio-timer - ghost opened this issue almost 8 years ago
Add varint support to length_delimited

github.com/tokio-rs/tokio-io - oberien opened this pull request almost 8 years ago
make `ClientFuture` public

github.com/tokio-rs/tokio-proto - Thomasdezeeuw opened this pull request almost 8 years ago
Publish to crates.io

github.com/tokio-rs/service-fn - klausi opened this issue almost 8 years ago
Broken pipe when using request

github.com/tokio-rs/tokio-tls - rastertail opened this issue almost 8 years ago
Add Framed::into_parts_and_codec

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

github.com/tokio-rs/tokio-io - ishitatsuyuki opened this issue almost 8 years ago
Fix doc for AsyncRead and AsyncWrite

github.com/tokio-rs/tokio-io - creativcoder opened this pull request about 8 years ago
Reserve the actual msg length in buffer for encoding

github.com/tokio-rs/tokio-line - creativcoder opened this pull request about 8 years ago
Switch from deprecated tokio_core::io to tokio_io::io

github.com/tokio-rs/tokio-socks5 - linkmauve opened this pull request about 8 years ago
Update the curl dependency

github.com/tokio-rs/tokio-socks5 - linkmauve opened this pull request about 8 years ago
Tests fail to build against openssl 1.1.0.f

github.com/tokio-rs/tokio-socks5 - linkmauve opened this issue about 8 years ago
Timer wheel optimizations

github.com/tokio-rs/tokio-timer - ben-manes opened this issue about 8 years ago
Add function for getting the body of a request

github.com/tokio-rs/tokio-minihttp - hawkw opened this pull request about 8 years ago
how to stop the timer

github.com/tokio-rs/tokio-timer - guanqun opened this issue about 8 years ago
Check for zero byte writings

github.com/tokio-rs/tokio-io - EFanZh opened this pull request about 8 years ago
All errors are forcibly thrown in the trash

github.com/tokio-rs/tokio-proto - sfackler opened this issue about 8 years ago
Is it possible for Copy to loop forever?

github.com/tokio-rs/tokio-io - EFanZh opened this issue about 8 years ago
codegen: add option to box Message fields

github.com/tokio-rs/prost - edre opened this issue about 8 years ago
Add support for unknown fields

github.com/tokio-rs/prost - danburkert opened this issue about 8 years ago
Core::run_until_finished

github.com/tokio-rs/tokio-core - Ralith opened this pull request about 8 years ago
seal the extension traits

github.com/tokio-rs/tokio-tls - seanmonstar opened this pull request about 8 years ago
add danger_connect_async to disable hostname verification

github.com/tokio-rs/tokio-tls - seanmonstar opened this pull request about 8 years ago
Spawning scoped futures?

github.com/tokio-rs/tokio-core - Kixunil opened this issue about 8 years ago
tests::test_capacity_too_large1 fails

github.com/tokio-rs/slab - ignatenkobrain opened this issue about 8 years ago
WIP Implementation of peer credentials.

github.com/tokio-rs/tokio-uds - Kixunil opened this pull request about 8 years ago
Method for getting credentials of the peer

github.com/tokio-rs/tokio-uds - Kixunil opened this issue about 8 years ago
Add a method to avoid hostname verification

github.com/tokio-rs/tokio-openssl - sfackler opened this pull request about 8 years ago
Avoid unnecessary unwrap.

github.com/tokio-rs/tokio-proto - frewsxcv opened this pull request about 8 years ago
Bump smallvec: 0.2 -> 0.4.

github.com/tokio-rs/tokio-proto - frewsxcv opened this pull request about 8 years ago
This code has no license

github.com/tokio-rs/tokio-minihttp - SpamapS opened this issue about 8 years ago
Use `E: Executor` instead of `tokio_core`'s `Handle`

github.com/tokio-rs/tokio-proto - alexcrichton opened this pull request about 8 years ago
Add additional BoxStream Inner to streaming::Body.

github.com/tokio-rs/tokio-proto - calc0000 opened this pull request about 8 years ago
Get the codec back from the Framed

github.com/tokio-rs/tokio-io - belltoy opened this pull request about 8 years ago
add a test for #165

github.com/tokio-rs/tokio-proto - arystan-sw opened this pull request about 8 years ago
Update to the new task API

github.com/tokio-rs/tokio-timer - NickeZ opened this pull request about 8 years ago
Missing Github repository description

github.com/tokio-rs/tokio-io - vi opened this issue about 8 years ago
Current HTTP implementation problem?

github.com/tokio-rs/tokio-minihttp - Thomspoon opened this issue about 8 years ago
Remove deprecated / build warnings

github.com/tokio-rs/tokio-redis - chaaz opened this pull request about 8 years ago
Please bump version

github.com/tokio-rs/tokio-io - polachok opened this issue about 8 years ago
Remove boxing from the example, use FutureResult

github.com/tokio-rs/tokio-proto - skade opened this pull request about 8 years ago
builder: allow setting the spawned thread name

github.com/tokio-rs/tokio-timer - BusyJay opened this pull request about 8 years ago
Add support for a default thread per core

github.com/tokio-rs/tokio-core - tomyan opened this pull request about 8 years ago
Added tests for FramedParts

github.com/tokio-rs/tokio-io - illegalprime opened this pull request about 8 years ago
doc rewording

github.com/tokio-rs/tokio-service - king6cong opened this pull request about 8 years ago
Support specifying name for spawn thread

github.com/tokio-rs/tokio-timer - BusyJay opened this issue about 8 years ago
error_chain + tokio_proto?

github.com/tokio-rs/tokio-proto - mark-i-m opened this issue about 8 years ago
Little issue in the encode method of LineCodec

github.com/tokio-rs/tokio-line - Kerollmops opened this issue about 8 years ago
Fix warnings

github.com/tokio-rs/tokio-timer - stepancheg opened this pull request about 8 years ago
Suggest to use a version from cargo

github.com/tokio-rs/tokio-timer - stepancheg opened this pull request about 8 years ago
Set thread name for timer thread

github.com/tokio-rs/tokio-timer - stepancheg opened this pull request about 8 years ago
Make length_adjustment work for encoding

github.com/tokio-rs/tokio-io - polachok opened this pull request about 8 years ago
length_delimited::Framed length adjustment

github.com/tokio-rs/tokio-io - polachok opened this issue about 8 years ago
Supporting Lua scripts?

github.com/tokio-rs/tokio-redis - DavidCai1111 opened this issue about 8 years ago
SyncRead, SyncWrite types

github.com/tokio-rs/tokio-io - stepancheg opened this pull request about 8 years ago
Error handling issue

github.com/tokio-rs/tokio-proto - arystan-sw opened this issue about 8 years ago
Dependency update

github.com/tokio-rs/tokio-proto - golem131 opened this pull request about 8 years ago
Add the possibility to change the codec of Framed

github.com/tokio-rs/tokio-io - mredlek opened this pull request about 8 years ago
try_ready! equivalent for Decoder

github.com/tokio-rs/tokio-io - spinda opened this issue about 8 years ago
Bytes::try_attach(&[u8])

github.com/tokio-rs/bytes - stepancheg opened this pull request about 8 years ago
Update links to pages in the tokio.rs going-deeper section

github.com/tokio-rs/tokio-io - munckymagik opened this pull request over 8 years ago
Check for space in frame_buf

github.com/tokio-rs/tokio-proto - ZoeyR opened this pull request over 8 years ago
Fix copy-paste error in BindClient doc string

github.com/tokio-rs/tokio-proto - djc opened this pull request over 8 years ago
BoundTcpClient & updated NewService

github.com/tokio-rs/tokio-proto - withoutboats opened this pull request over 8 years ago
Make NewService return a future.

github.com/tokio-rs/tokio-service - withoutboats opened this pull request over 8 years ago
Update example code to use tokio-io crate

github.com/tokio-rs/tokio-proto - stensonowen opened this pull request over 8 years ago
Just Middleware.

github.com/tokio-rs/tokio-service - withoutboats opened this pull request over 8 years ago
Allow try_clone on TcpStream

github.com/tokio-rs/tokio-core - stackjohn opened this issue over 8 years ago
Change stream trait to AsyncRead + AsyncWrite

github.com/tokio-rs/tokio-tls - evanwang0 opened this pull request over 8 years ago
Add example for testing

github.com/tokio-rs/tokio-service - sholsapp opened this issue over 8 years ago
Fix link in README.md

github.com/tokio-rs/tokio-tls - bbigras opened this pull request over 8 years ago
handle ErrorKind::Interrupted in try_nb!

github.com/tokio-rs/tokio-io - sunshowers opened this pull request over 8 years ago
EINTR handling

github.com/tokio-rs/tokio-io - sunshowers opened this issue over 8 years ago
How to get request payload?

github.com/tokio-rs/tokio-minihttp - serayuzgur opened this issue over 8 years ago
Add example using tokio-service

github.com/tokio-rs/tokio-middleware - sholsapp opened this issue over 8 years ago