clj_fdb
clj_fdb copied to clipboard
Add support for running core functions asynchronously.
Describe the Class missing in the Clojure library
- https://apple.github.io/foundationdb/javadoc/com/apple/foundationdb/async/AsyncIterable.html
- https://apple.github.io/foundationdb/javadoc/com/apple/foundationdb/async/AsyncIterator.html
- https://apple.github.io/foundationdb/javadoc/com/apple/foundationdb/async/AsyncUtil.html
List of tasks
- [ ] Add wrapper fns for the requested Class according to the conventions of the library.
- [ ] Add relevant tests for the namespace.
- [ ] Update README and mention that the Class has a wrapper ns in the library.
- [ ] Support asynciterable operations for
get-range
Additional Context if any This change is a base requirement for adding support for watches #11