Liking cljdoc? Tell your friends :D

net.ty.future

Handy functions to deal with netty futures

Handy functions to deal with netty futures
raw docstring

add-close-listenerclj

(add-close-listener chan)

Add close-listener to a channel

Add close-listener to a channel
sourceraw docstring

add-listenerclj

(add-listener chan listener)

Add a listener to a channel

Add a listener to a channel
sourceraw docstring

await!clj

(await! future)
source

cancelled?clj

(cancelled? f)

Predicate to test for future cancellation

Predicate to test for future cancellation
sourceraw docstring

close-listenerclj

Listener which closes a channel

Listener which closes a channel
sourceraw docstring

complete?clj

(complete? f)

Predicate to test for future completeness

Predicate to test for future completeness
sourceraw docstring

deflistenercljmacro

(deflistener sym [listener ftr bindings] & body)

Define a channel future listener

Define a channel future listener
sourceraw docstring

incomplete?clj

(incomplete? f)

Predicate to test for future cancellation or failure

Predicate to test for future cancellation or failure
sourceraw docstring

listen-withclj

(listen-with f)
source

operation-completeclj

(operation-complete listener)
(operation-complete listener future)

Signal that operation completed on a listener

Signal that operation completed on a listener
sourceraw docstring

success?clj

(success? f)

Predicate to test for future success

Predicate to test for future success
sourceraw docstring

sync!clj

(sync! future)

Synchronize future

Synchronize future
sourceraw docstring

with-resultcljmacro

(with-result [ftr action] & body)

Marco to create future listeners

Marco to create future listeners
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close