Commit Graph

5 Commits

Author SHA1 Message Date
R. Tyler Croy 7119b5d653
Adding some more basic test cases 2015-09-19 14:56:01 -07:00
R. Tyler Croy 3699f00042
Reorder adding the listener
Fixes #3
2015-09-19 14:14:55 -07:00
R. Tyler Croy 10ada1646f
Properly handle unsubscriptions and close our PathChildrenCache object out 2015-09-04 12:36:30 -07:00
R. Tyler Croy 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
R. Tyler Croy 1bf5311770
Start sketching out a simple API for observing PathChildrenCache 2015-09-04 11:05:45 -07:00