Liking cljdoc? Tell your friends :D
Clojure only.

hive-milvus.store.deref

Bounded deref for milvus-clj RPC futures. Replaces bare @(milvus/...); on timeout throws a :milvus/timeout-tagged ex-info.

Bounded deref for milvus-clj RPC futures. Replaces bare `@(milvus/...)`;
on timeout throws a `:milvus/timeout`-tagged ex-info.
raw docstring

deref!clj

(deref! op fut)
(deref! op fut ms)

Deref fut within ms (default timeout-ms). Returns the value, or throws a :milvus/timeout-tagged ex-info on timeout. op labels the call.

Deref `fut` within `ms` (default `timeout-ms`). Returns the value, or
throws a `:milvus/timeout`-tagged ex-info on timeout. `op` labels the call.
sourceraw docstring

timeout-msclj

(timeout-ms)

RPC-deref budget in ms. Env MILVUS_DEREF_TIMEOUT_MS, else 5000.

RPC-deref budget in ms. Env MILVUS_DEREF_TIMEOUT_MS, else 5000.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close