clj_fdb icon indicating copy to clipboard operation
clj_fdb copied to clipboard

Add support for running core functions asynchronously.

Open vedang opened this issue 2 years ago • 0 comments

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

vedang avatar Jul 19 '21 05:07 vedang