Commit Graph

4 Commits

Author SHA1 Message Date
Daniel Sockwell fd3036a677 Implement UnboundedChannels for concurrency 2020-04-23 19:16:44 -04:00
Daniel Sockwell 96f2d6ca36 Initial [WIP] implementation
This initial implementation works to send messages but does not yet
handle unsubscribing properly.
2020-04-23 14:59:39 -04:00
Daniel Sockwell 016f49a2d8
Improve module privacy (#136)
* Adjust module privacy

* Use trait object

* Finish module privacy refactor
2020-04-22 14:38:22 -04:00
Daniel Sockwell 45f9d4b9fb
Code reorganization (#130)
* Reorganize files

* Refactor main()

* Code reorganization [WIP]

* Reorganize code [WIP]

* Refacto RedisConn [WIP]

* Complete code reorganization
2020-04-13 16:03:06 -04:00