GitHub / austinjones/postage-rs issues and pull requests
#65 - How to cacl the capacity of a channel?
Issue -
State: open - Opened by ethever almost 2 years ago
#64 - Add a stream! macro
Issue -
State: open - Opened by TheDan64 about 2 years ago
#63 - Idea: channel should be a type, not a function.
Issue -
State: open - Opened by blueforesticarus over 2 years ago
- 2 comments
#62 - watch::Sender: Suppress notification if RefMut has not been dereferenced mutably
Pull Request -
State: open - Opened by uklotzde over 2 years ago
#61 - Don't return `PollRecv::Closed` prematurely
Pull Request -
State: open - Opened by seritools over 2 years ago
- 1 comment
#60 - broadcast Receiver maybe shouldn't implement clone.
Issue -
State: open - Opened by blueforesticarus almost 3 years ago
#59 - `MergeStream` does not work correctly with one stream `Pending`, one stream `Closed`
Issue -
State: open - Opened by seritools almost 3 years ago
#58 - watch::Sender should implement Default
Issue -
State: open - Opened by blueforesticarus about 3 years ago
- 1 comment
#57 - Clarify behaviour on drop of watch::Sender
Issue -
State: open - Opened by ijackson about 3 years ago
#56 - Would like watch::Sender::send_if_changed` or borrow_then_send_if_changed
Issue -
State: open - Opened by ijackson about 3 years ago
#55 - Would like non-async sender on postage::watch
Issue -
State: open - Opened by ijackson about 3 years ago
- 1 comment
#54 - Significantly improve futures usability
Pull Request -
State: closed - Opened by austinjones over 3 years ago
#53 - Documentation for v0.5.0
Pull Request -
State: closed - Opened by austinjones over 3 years ago
#52 - Use parking_lot for Mutex/RwLock
Pull Request -
State: closed - Opened by austinjones over 3 years ago
#51 - Update dependencies
Pull Request -
State: closed - Opened by austinjones over 3 years ago
#50 - Fix a oneshot::Sender disconnect bug
Pull Request -
State: closed - Opened by austinjones over 3 years ago
#49 - Implement watch::Sender::subscribe
Pull Request -
State: closed - Opened by austinjones over 3 years ago
#48 - Add documentation on how to use the dispatch
Issue -
State: closed - Opened by stevenliebregt over 3 years ago
- 1 comment
#47 - Use parking_lot for synchronization
Issue -
State: closed - Opened by loafofpiecrust over 3 years ago
- 1 comment
#46 - Implement subscribe() for watch channel
Issue -
State: closed - Opened by loafofpiecrust over 3 years ago
#45 - futures::sink::Sink implementation for dispatch channel broken
Issue -
State: closed - Opened by tobz about 4 years ago
- 1 comment
#44 - Dropping a oneshot sender does not wake the receiver
Issue -
State: closed - Opened by maxbrunsfeld about 4 years ago
- 2 comments
#43 - Implement Debug for Sender & Receiver types
Pull Request -
State: closed - Opened by woubuc over 4 years ago
- 1 comment
#42 - Only require &self in Sink implementations
Pull Request -
State: closed - Opened by austinjones over 4 years ago
- 2 comments
#41 - Minimize the number of woken senders/receivers
Issue -
State: open - Opened by austinjones over 4 years ago
#40 - v0.4.1
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#39 - Add an integration with the futures crate.
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#38 - Only &mut send methods are available for sending to channels
Issue -
State: closed - Opened by arthurprs over 4 years ago
- 2 comments
#37 - Add loom tests
Issue -
State: open - Opened by arthurprs over 4 years ago
- 3 comments
#36 - Integration with futures crate
Issue -
State: closed - Opened by svenknobloch over 4 years ago
- 3 comments
#35 - v0.4.0
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#34 - Clean up notification fallback on pending
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#33 - Add a `dispatch` channel, an mpmc queue
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#32 - Add .borrow() and .borrow_mut() to the watch Sender
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#31 - Implement blocking_send and blocking_recv
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#30 - Add more branding, add matrix CI
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#29 - Remove the 'beta' tag
Issue -
State: closed - Opened by austinjones over 4 years ago
#28 - Implement blocking_send and blocking_send for interop with non-async code
Issue -
State: closed - Opened by austinjones over 4 years ago
#27 - Implement borrow_mut for watch sender
Issue -
State: closed - Opened by austinjones over 4 years ago
#26 - Documentation improvements
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#25 - Add benchmarks and performance docs
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#24 - Small cleanup
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#23 - Implement std Stream for all receivers
Issue -
State: open - Opened by austinjones over 4 years ago
#22 - Implement an MPMC queue channel
Issue -
State: closed - Opened by austinjones over 4 years ago
#21 - Implement a lagging broadcast channel
Issue -
State: open - Opened by austinjones over 4 years ago
- 3 comments
#20 - Strengthen static assertions on Send and Sync impls for channel endpoints
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#19 - Significantly improve the performance of the broadcast channel by minimizing locks
Pull Request -
State: closed - Opened by austinjones over 4 years ago
- 2 comments
#18 - Remove the hacky mutex in the broadcast receiver, and fix a few concurrency bugs
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#17 - Add benchmarks
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#16 - Fix the docs, and improve the broadcast trait bound
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#15 - Benchmark coverage of the channels
Issue -
State: closed - Opened by austinjones over 4 years ago
- 1 comment
#14 - v0.3.0
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#13 - Log type names in the stream/sink combinators
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#12 - Add Stream and Sink docs
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#11 - Test coverage for the combinators!
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#10 - FilterStream needs some kind of backoff/sleep
Issue -
State: open - Opened by austinjones over 4 years ago
#9 - Implement a Context type that contains an optional Waker
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#8 - Stream combinator tests
Issue -
State: closed - Opened by austinjones over 4 years ago
#7 - Sink combinator tests
Issue -
State: closed - Opened by austinjones over 4 years ago
#6 - Use a lock-free notifier queue
Pull Request -
State: closed - Opened by austinjones over 4 years ago
#5 - Lib documentation of cargo features
Issue -
State: closed - Opened by austinjones over 4 years ago
#4 - Don't pass a context in try_recv
Issue -
State: closed - Opened by austinjones over 4 years ago
#3 - Make Notifier lock-free
Issue -
State: closed - Opened by austinjones over 4 years ago
#2 - broadcast::async_std::multi_sender_multi_receiver test sometimes times out
Issue -
State: closed - Opened by austinjones over 4 years ago
- 1 comment
Labels: bug
#1 - Smol regression tests
Issue -
State: open - Opened by austinjones over 4 years ago