https://github.com/aaronrenner/producer_consumer_testing
https://github.com/aaronrenner/producer_consumer_testing
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronrenner/producer_consumer_testing
- Owner: aaronrenner
- Created: 2016-10-31T17:39:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T19:35:09.000Z (over 9 years ago)
- Last Synced: 2025-12-26T23:24:54.107Z (6 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProducerConsumerTesting
Sample project to show some issues I'm running into when testing a GenStage
`:producer_consumer` in isolation.