1
0
mirror of https://github.com/reiseburo/rx-curator synced 2025-07-15 12:32:54 +00:00

5 Commits

Author SHA1 Message Date
7119b5d653 Adding some more basic test cases 2015-09-19 14:56:01 -07:00
3699f00042 Reorder adding the listener
Fixes #3
2015-09-19 14:14:55 -07:00
10ada1646f Properly handle unsubscriptions and close our PathChildrenCache object out 2015-09-04 12:36:30 -07:00
a1c7147c5e Implement an end-to-end test with the observer
The way the PathChildrenCache works by default is by calling the callback on a
separate thread, so we need to wait for the results to get to our subscriber
and periodically check things.

Considering a means of adding the ability to execute on "my" thread
2015-09-04 11:48:35 -07:00
1bf5311770 Start sketching out a simple API for observing PathChildrenCache 2015-09-04 11:05:45 -07:00