Ecosyste.ms: OpenCollective

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

Cannot call poll once value is consumed

github.com/tokio-rs/tokio-timer - jedisct1 opened this issue almost 7 years ago
Hello-World benchmark

github.com/tokio-rs/tokio-minihttp - yaa110 opened this issue almost 7 years ago
Replace deprecated boxed() method usage in docs

github.com/tokio-rs/tokio-service - roosmaa opened this pull request about 7 years ago
Pull up dependencies

github.com/tokio-rs/tokio-proto - imp opened this pull request about 7 years ago
Changelog

github.com/tokio-rs/tokio-core - flosse opened this issue about 7 years ago
Reactor is not RefUnwindSafe

github.com/tokio-rs/tokio-core - Marwes opened this issue about 7 years ago
Make sure there are enough space to put data in

github.com/tokio-rs/tokio-io - kamyuentse opened this pull request about 7 years ago
Add TcpListener::accept_std

github.com/tokio-rs/tokio-core - sfackler opened this pull request about 7 years ago
Return progress indication from `core.turn`

github.com/tokio-rs/tokio-core - tiras-j opened this pull request about 7 years ago
Add Fuchsia-specific reactor and net impls

github.com/tokio-rs/tokio-core - cramertj opened this pull request about 7 years ago
Add Timeout::unregister

github.com/tokio-rs/tokio-core - sfackler opened this pull request about 7 years ago
improve memory efficiency/API

github.com/tokio-rs/slab - alkis opened this issue about 7 years ago
API addition: key_for

github.com/tokio-rs/slab - alkis opened this issue about 7 years ago
'lines_decoder' fails on 32-bit

github.com/tokio-rs/tokio-io - ignatenkobrain opened this issue about 7 years ago
Dependency updates

github.com/tokio-rs/tokio-proto - golem131 opened this pull request about 7 years ago
Fix netty style length_delimited decoder

github.com/tokio-rs/tokio-io - yorkart opened this pull request about 7 years ago
bump futures to 0.1.16

github.com/tokio-rs/tokio-core - asomers opened this pull request about 7 years ago
Remove should return `Option<T>`

github.com/tokio-rs/slab - jonhoo opened this issue about 7 years ago
message rate

github.com/tokio-rs/tokio-proto - yoni386 opened this issue about 7 years ago
FramedRead updates unusably slowly

github.com/tokio-rs/tokio-io - alexchandel opened this issue about 7 years ago
Clarify behaviour of flush on WouldBlock error

github.com/tokio-rs/tokio-io - AljoschaMeyer opened this issue about 7 years ago
Implement Default for Slab

github.com/tokio-rs/slab - jonhoo opened this pull request about 7 years ago
add support for generating random sequences with QuickCheck

github.com/tokio-rs/bytes - sunshowers opened this pull request about 7 years ago
Bump version to v0.1.4

github.com/tokio-rs/tokio-io - carllerche opened this pull request about 7 years ago
Publish new version

github.com/tokio-rs/tokio-io - cramertj opened this issue about 7 years ago
Add framed_read and framed_write methods

github.com/tokio-rs/tokio-io - cramertj opened this pull request about 7 years ago
Make framed method usable with more types

github.com/tokio-rs/tokio-io - cramertj opened this pull request about 7 years ago
Consider adding `io::read_repeating`

github.com/tokio-rs/tokio-io - cramertj opened this issue about 7 years ago
Bump iovec and bytes versions

github.com/tokio-rs/tokio-io - carllerche opened this issue about 7 years ago
Rename `AsyncWrite::shutdown`

github.com/tokio-rs/tokio-io - carllerche opened this issue about 7 years ago
Decoder::decode is slow for large buffers

github.com/tokio-rs/tokio-io - sudeep9 opened this issue about 7 years ago
impl Stream/Sink for UdpSocket

github.com/tokio-rs/tokio-core - canndrew opened this issue about 7 years ago
Replace Serde with tokio-uds.

github.com/tokio-rs/tokio-uds - djg opened this pull request about 7 years ago
Readme mentions Serde not tokio-uds

github.com/tokio-rs/tokio-uds - djg opened this issue about 7 years ago
Expose need_read() and need_write().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

github.com/tokio-rs/tokio-core - kpcyrd opened this issue over 7 years ago