Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / filipdulic/bus-queue issues and pull requests
#70 - test pr
Pull Request -
State: closed - Opened by filipdulic over 3 years ago
#69 - Example of blocking usage pattern with new API
Issue -
State: open - Opened by rnestler almost 4 years ago
#68 - Add render plantuml to wiki workflow
Pull Request -
State: closed - Opened by filipdulic almost 4 years ago
#67 - test_subscriber_item_drop_related_to_ratio_of_timing test fails sporadically
Issue -
State: open - Opened by filipdulic over 4 years ago
Labels: bug
#66 - Comment out item drop related to timing ration test in async_tests.rs
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
- 1 comment
#65 - Update flavor slots to use adapter pattern
Pull Request -
State: closed - Opened by stevanmilic over 4 years ago
- 1 comment
#64 - Remove piper from source, add even-listener dependency
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
- 1 comment
#63 - replace piper files with event-listener lib.
Issue -
State: closed - Opened by filipdulic over 4 years ago
Labels: enhancement
#62 - Document RingBuffer, Publisher, Subscriber, AsyncPublisher and AsyncSubscribrer.
Issue -
State: open - Opened by filipdulic over 4 years ago
Labels: documentation
#61 - Refactor / Renaming
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
- 1 comment
#60 - Implement Adapter pattern for `Slot` flavors
Issue -
State: closed - Opened by stevanmilic over 4 years ago
Labels: enhancement
#59 - Remove tests for SwapSlot trait
Pull Request -
State: closed - Opened by stevanmilic over 4 years ago
- 1 comment
#58 - Rename structs and modules to make more sense.
Issue -
State: closed - Opened by filipdulic over 4 years ago
Labels: enhancement
#57 - Fix `is_empty` on receiver and subscriber (#46)
Pull Request -
State: closed - Opened by stevanmilic over 4 years ago
#56 - Fix Re-Export paths for docs and usage, remove features *-export
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
- 1 comment
#55 - Remove export features, leave only arcswap pub use export.
Issue -
State: closed - Opened by filipdulic over 4 years ago
Labels: good first issue
#54 - Remove default SwapSlot export Slot<T> and it's tests.
Issue -
State: closed - Opened by filipdulic over 4 years ago
- 3 comments
Labels: good first issue
#53 - Add unreachable() to SwapSlot::load() for None option
Issue -
State: closed - Opened by filipdulic over 4 years ago
- 3 comments
Labels: good first issue
#52 - Document flavors, feature-flags, and default exports
Issue -
State: open - Opened by filipdulic over 4 years ago
- 2 comments
Labels: documentation
#51 - Fix up export paths
Issue -
State: closed - Opened by filipdulic over 4 years ago
Labels: bug
#50 - Implement a version of GenericSubscriber and GenericAsyncSybscriber that returns a vector of data instead of a single item.
Issue -
State: open - Opened by filipdulic over 4 years ago
Labels: enhancement
#49 - Add special version of channel where only one SwapSlot is used.
Issue -
State: open - Opened by filipdulic over 4 years ago
Labels: enhancement
#48 - Import AtomicArc and implement AtomicArc flavor
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
- 1 comment
#47 - Investigate if atomic:fence needs to be added in broadcast and try_receive
Issue -
State: open - Opened by filipdulic over 4 years ago
Labels: investigation
#46 - is_empty on Receiver and Subscriber.
Issue -
State: closed - Opened by filipdulic over 4 years ago
Labels: bug, good first issue
#45 - Major Refactor
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
#44 - Add SwapSlot Trait
Issue -
State: closed - Opened by filipdulic over 4 years ago
#43 - inital integration tests
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
#42 - Add conc::Atomic<T> flavor
Issue -
State: open - Opened by filipdulic over 4 years ago
- 1 comment
Labels: wontfix
#41 - Add Benchmarks
Issue -
State: open - Opened by filipdulic over 4 years ago
Labels: enhancement
#40 - Add integraton tests
Issue -
State: closed - Opened by filipdulic over 4 years ago
Labels: enhancement
#39 - Add AtomicArc flavor
Issue -
State: closed - Opened by filipdulic over 4 years ago
Labels: enhancement
#38 - Add RwLock flavor
Issue -
State: closed - Opened by filipdulic over 4 years ago
Labels: enhancement
#37 - Add Unbuffered flavor for Channel
Issue -
State: closed - Opened by filipdulic over 4 years ago
Labels: enhancement
#36 - Refactor channel (Sender, Reciever) to use Channel<T, SwapSlot<T>> with flavors
Issue -
State: closed - Opened by filipdulic over 4 years ago
Labels: enhancement
#35 - Fix index overflow
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
#34 - Better workflow
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
#33 - Workflow fix
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
#32 - Refactor wakers to use piper::Event to notify pending streams an item is ready
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
#31 - #29 panic on index overflow
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
#30 - Fix/28 datarace
Pull Request -
State: closed - Opened by filipdulic over 4 years ago
#29 - Index overflow not handled.
Issue -
State: closed - Opened by filipdulic over 4 years ago
Labels: bug
#28 - Datarace where the reader reads the latest value in the queue insted of the oldest one.
Issue -
State: closed - Opened by filipdulic over 4 years ago
#27 - Add empty check in the tests
Pull Request -
State: closed - Opened by vladan over 4 years ago
#26 - Re-introduce the loop in try_receive
Pull Request -
State: closed - Opened by vladan over 4 years ago
#25 - Set missed items size and upgrade futures
Pull Request -
State: closed - Opened by vladan over 4 years ago
#24 - Added support for future 0.3 (async/await)
Pull Request -
State: closed - Opened by sdbondi over 5 years ago
#23 - Removed waker/sleeper from async
Pull Request -
State: closed - Opened by sdbondi over 5 years ago
- 1 comment
#22 - Fixed the async example
Pull Request -
State: closed - Opened by sdbondi over 5 years ago
#21 - Add GetSubCount trait, and implement it for bare, sync, and async_
Pull Request -
State: closed - Opened by filipdulic over 5 years ago
#20 - Optional Arc nesting
Issue -
State: closed - Opened by hlb8122 over 5 years ago
- 10 comments
#19 - Trait/sync send
Pull Request -
State: closed - Opened by filipdulic over 5 years ago
#18 - Refactor bus_queue to provide sync trait on all interfaces
Issue -
State: closed - Opened by filipdulic over 5 years ago
#17 - Trait eq
Pull Request -
State: closed - Opened by filipdulic over 5 years ago
#16 - Add Trait Eq to bare/sync/async_ Publisher and Subscriber stucts
Issue -
State: closed - Opened by filipdulic over 5 years ago
#15 - Renamed async submodule to async_
Pull Request -
State: closed - Opened by katyo almost 6 years ago
- 2 comments
#14 - Rename `async` submodule
Issue -
State: closed - Opened by katyo almost 6 years ago
#13 - Update README.md
Pull Request -
State: closed - Opened by dyxushuai almost 6 years ago
#12 - Add standoff between overflowing subscriper and reader
Pull Request -
State: closed - Opened by filipdulic almost 6 years ago
#11 - Add standoff between overflowing subscriper and reader
Pull Request -
State: closed - Opened by filipdulic almost 6 years ago
#10 - Fix the async-example in code and docs
Pull Request -
State: closed - Opened by filipdulic almost 6 years ago
#9 - Fix async example
Issue -
State: closed - Opened by filipdulic almost 6 years ago
Labels: invalid
#8 - data-race when publisher catches up with the subscriber
Issue -
State: closed - Opened by filipdulic almost 6 years ago
- 1 comment
Labels: bug
#7 - Sort out Relaxed Arc Ordering
Pull Request -
State: closed - Opened by vladan almost 6 years ago
#6 - Sort out Relaxed Arc Ordering
Pull Request -
State: closed - Opened by vladan almost 6 years ago
#5 - Add property tests for the bare bus implementation
Issue -
State: closed - Opened by vladan almost 6 years ago
#4 - Improvements to clarity and performance
Issue -
State: closed - Opened by filipdulic almost 6 years ago
Labels: enhancement
#3 - Fix Atomic Ordering
Issue -
State: closed - Opened by filipdulic almost 6 years ago
Labels: bug
#2 - Simplify bare simple
Pull Request -
State: closed - Opened by vladan almost 6 years ago
- 1 comment
#1 - Add unreachable match arm
Pull Request -
State: closed - Opened by ALPHA-60 almost 6 years ago
- 1 comment