Commit Graph

4 Commits

Author SHA1 Message Date
Daniel Sockwell 4de9a94230
Additional Event parsing tests (#148) 2020-04-29 17:58:01 -04:00
Daniel Sockwell 2f07cf7d16
Add RedisMsg and Event parsing tests (#146)
* Add RedisMsg tests

* Testing for Event parsing
2020-04-29 16:18:45 -04:00
Daniel Sockwell 2725439110
Update concurrency primitive. (#139)
* Initial [WIP] implementation

This initial implementation works to send messages but does not yet
handle unsubscribing properly.

* Implement UnboundedSender

* Implement UnboundedChannels for concurrency
2020-04-23 19:28:26 -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