issues
search
dpc
/
mioco.pre-0.9
Scalable, coroutine-based, asynchronous IO handling library for Rust programming language. (aka MIO COroutines).
Mozilla Public License 2.0
457
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix build on nightly
#159
petrochenkov
closed
6 years ago
0
program crashed when run long time
#158
Matrix-Zhang
closed
7 years ago
1
Colerr mioco-related crash on short program.
#157
dpc
opened
8 years ago
0
Bump mio to 0.6
#156
thedrow
opened
8 years ago
5
reader.try_read() blocks forever after reading a few bytes
#155
SirVer
opened
8 years ago
0
Mioco compilation with channels and streams fails.
#154
SirVer
closed
8 years ago
6
Mioco is blocked polling for IO while there are runnable tasks
#153
jprafael
opened
8 years ago
1
Test fail in 0.8.0 with rustc stable and beta
#152
dpc
opened
8 years ago
1
Add missing $ in select! macro's `rw:` case
#151
sp3d
closed
8 years ago
1
Travis panic
#150
dpc
opened
8 years ago
0
Update owning_ref version.
#149
eddyb
closed
8 years ago
3
sync_channel
#148
tekjar
closed
8 years ago
7
fix documentation: sync -> offload
#147
gregwebs
closed
8 years ago
0
document panic catching of spawn
#146
gregwebs
closed
8 years ago
0
clear documentation on handling panics
#145
gregwebs
closed
8 years ago
17
Prevent using mioco types from multiple thread(coroutines) at the same time.
#144
dpc
opened
8 years ago
3
Missing openwrt/mipsel support
#143
tomsiwik
closed
8 years ago
3
Change the documentation to remove the need for Rust Nightly
#142
StyMaar
closed
8 years ago
2
Replace time with std::time
#141
serprex
closed
8 years ago
1
No way to cancel notifications - select! on a lot of channels in loop can accumulate tons of notifications.
#140
dpc
closed
8 years ago
1
`select!` takes at least one tick, which is super slow.
#139
dpc
opened
8 years ago
0
Implement `sync_channel`
#138
dpc
opened
8 years ago
0
Don't allow failures on stable channel anymore
#137
Ryman
closed
8 years ago
0
Make UnixListener usable, fixes #135
#136
SAPikachu
closed
8 years ago
2
`UnixListener` is not usable.
#135
SAPikachu
closed
8 years ago
2
Channel panics when mixing `recv()` and `select!`
#134
SAPikachu
closed
8 years ago
5
Build on beta
#133
Ryman
closed
8 years ago
1
`Receiver` should not be always `Send`
#132
SAPikachu
closed
8 years ago
5
Error handling for TcpStream::connect to non-listening port
#131
gnoack
closed
8 years ago
3
Sound get userdata
#130
dpc
closed
8 years ago
0
Is `mioco::get_userdata` sound?
#129
dpc
closed
8 years ago
17
Fixed grammer issue in README
#128
kev-the-dev
closed
8 years ago
1
Optimising repeated select!s
#127
lhallam
opened
8 years ago
1
Timer resolution is half what it should be.
#126
lhallam
opened
8 years ago
14
Timers not triggering or triggering multiple times
#125
lhallam
closed
8 years ago
10
BufRead::read_line() panicked in the master branch
#124
redtankd
closed
8 years ago
3
Introduce `mioco::thread`?
#123
dpc
opened
8 years ago
0
"socket already registered" error when running echo example
#122
aloucks
closed
4 years ago
7
Help with disabiling logging in compile time.
#121
dpc
opened
8 years ago
2
Optimize RefCell.
#120
dpc
opened
8 years ago
1
select! on struct fields fails to compile.
#119
lhallam
closed
8 years ago
2
build failure with nightly
#118
gregwebs
closed
8 years ago
4
Method documentation of `TcpListener` and `TcpStream` is unreachable
#117
troplin
opened
8 years ago
3
`TcpListener::from_listener` not working as expected
#116
troplin
closed
8 years ago
6
Require `Send` on `f` in sync.
#115
dpc
closed
8 years ago
1
Make Mutex works both inside and outside of mioco.
#114
dpc
closed
8 years ago
1
Make mioco API more like `std::thread`.
#113
dpc
closed
8 years ago
0
Change API for `spawn`/`start` to be just like `std::thread`
#112
dpc
closed
8 years ago
5
Impl CondVar.
#111
dpc
opened
8 years ago
0
Panic when handling signals and using shutdown.
#110
dpc
closed
8 years ago
0
Next