Go to file
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
gradle/wrapper Add gradle wrapper 2015-09-04 09:44:45 -07:00
src Implement an end-to-end test with the observer 2015-09-04 11:48:35 -07:00
.gitignore Start sketching out a simple API for observing PathChildrenCache 2015-09-04 11:05:45 -07:00
LICENSE Initial commit 2015-09-04 09:40:22 -07:00
README.md Initial commit 2015-09-04 09:40:22 -07:00
build.gradle Start sketching out a simple API for observing PathChildrenCache 2015-09-04 11:05:45 -07:00
gradle.properties Start sketching out a simple API for observing PathChildrenCache 2015-09-04 11:05:45 -07:00
gradlew Add gradle wrapper 2015-09-04 09:44:45 -07:00
gradlew.bat Add gradle wrapper 2015-09-04 09:44:45 -07:00

README.md

rx-curator