issues
search
austinjones
/
postage-rs
The feature-rich, portable async channel library
MIT License
251
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to cacl the capacity of a channel?
#65
ethever
opened
1 year ago
0
Add a stream! macro
#64
TheDan64
opened
1 year ago
0
Idea: channel should be a type, not a function.
#63
blueforesticarus
opened
1 year ago
2
watch::Sender: Suppress notification if RefMut has not been dereferenced mutably
#62
uklotzde
opened
1 year ago
0
Don't return `PollRecv::Closed` prematurely
#61
seritools
opened
1 year ago
1
broadcast Receiver maybe shouldn't implement clone.
#60
blueforesticarus
opened
2 years ago
0
`MergeStream` does not work correctly with one stream `Pending`, one stream `Closed`
#59
seritools
opened
2 years ago
0
watch::Sender should implement Default
#58
blueforesticarus
opened
2 years ago
1
Clarify behaviour on drop of watch::Sender
#57
ijackson
opened
2 years ago
0
Would like watch::Sender::send_if_changed` or borrow_then_send_if_changed
#56
ijackson
opened
2 years ago
0
Would like non-async sender on postage::watch
#55
ijackson
opened
2 years ago
1
Significantly improve futures usability
#54
austinjones
closed
2 years ago
0
Documentation for v0.5.0
#53
austinjones
closed
2 years ago
0
Use parking_lot for Mutex/RwLock
#52
austinjones
closed
2 years ago
0
Update dependencies
#51
austinjones
closed
2 years ago
0
Fix a oneshot::Sender disconnect bug
#50
austinjones
closed
2 years ago
0
Implement watch::Sender::subscribe
#49
austinjones
closed
2 years ago
0
Add documentation on how to use the dispatch
#48
stevenliebregt
closed
2 years ago
1
Use parking_lot for synchronization
#47
loafofpiecrust
closed
2 years ago
1
Implement subscribe() for watch channel
#46
loafofpiecrust
closed
2 years ago
0
futures::sink::Sink implementation for dispatch channel broken
#45
tobz
closed
2 years ago
1
Dropping a oneshot sender does not wake the receiver
#44
maxbrunsfeld
closed
2 years ago
2
Implement Debug for Sender & Receiver types
#43
woubuc
closed
3 years ago
1
Only require &self in Sink implementations
#42
austinjones
closed
3 years ago
2
Minimize the number of woken senders/receivers
#41
austinjones
opened
3 years ago
0
v0.4.1
#40
austinjones
closed
3 years ago
0
Add an integration with the futures crate.
#39
austinjones
closed
3 years ago
0
Only &mut send methods are available for sending to channels
#38
arthurprs
closed
2 years ago
2
Add loom tests
#37
arthurprs
opened
3 years ago
3
Integration with futures crate
#36
svenknobloch
closed
3 years ago
3
v0.4.0
#35
austinjones
closed
3 years ago
0
Clean up notification fallback on pending
#34
austinjones
closed
3 years ago
0
Add a `dispatch` channel, an mpmc queue
#33
austinjones
closed
3 years ago
0
Add .borrow() and .borrow_mut() to the watch Sender
#32
austinjones
closed
3 years ago
0
Implement blocking_send and blocking_recv
#31
austinjones
closed
3 years ago
0
Add more branding, add matrix CI
#30
austinjones
closed
3 years ago
0
Remove the 'beta' tag
#29
austinjones
closed
3 years ago
0
Implement blocking_send and blocking_send for interop with non-async code
#28
austinjones
closed
3 years ago
0
Implement borrow_mut for watch sender
#27
austinjones
closed
3 years ago
0
Documentation improvements
#26
austinjones
closed
3 years ago
0
Add benchmarks and performance docs
#25
austinjones
closed
3 years ago
0
Small cleanup
#24
austinjones
closed
3 years ago
0
Implement std Stream for all receivers
#23
austinjones
opened
3 years ago
0
Implement an MPMC queue channel
#22
austinjones
closed
3 years ago
0
Implement a lagging broadcast channel
#21
austinjones
opened
3 years ago
3
Strengthen static assertions on Send and Sync impls for channel endpoints
#20
austinjones
closed
3 years ago
0
Significantly improve the performance of the broadcast channel by minimizing locks
#19
austinjones
closed
3 years ago
2
Remove the hacky mutex in the broadcast receiver, and fix a few concurrency bugs
#18
austinjones
closed
3 years ago
0
Add benchmarks
#17
austinjones
closed
3 years ago
0
Fix the docs, and improve the broadcast trait bound
#16
austinjones
closed
3 years ago
0
Next