webtasks 0.2.1
Topics
Namespaces
webtasks.tasks
Asynchronous tasks for ClojureScript
Public variables and functions:
- add-task
- add-task!
- catch
- chain
- closed?
- connect
- deferred
- deferred-persistent
- deferred-persistent?
- deferred-prefix
- deferred-transient?
- deferred?
- error!
- error-fn-default
- finally
- get-all-deferreds
- get-deferred
- idle
- idle-task
- initial-state
- initialize
- on-realized
- on-realized-default
- on-started
- on-stopping
- operation
- persistent-prefix
- ready?
- realize
- remove-deferred!
- remove-task
- remove-task!
- remove-task-by-id
- restart
- set-deferred!
- sleep
- start
- state
- stop
- success!
- success-fn-default
- timeout
- timeout!
- transient-prefix
- update-in-task
- zip
webtasks.ws
Websocket API for ClojureScript
Public variables and functions:
- add-rmethod
- close
- close-event-codes
- CLOSE_ABNORMAL
- CLOSE_BAD_POLICY
- CLOSE_GOING_AWAY
- CLOSE_MISSING_EXTENSION
- CLOSE_NO_STATUS
- CLOSE_NORMAL
- CLOSE_NOT_UTF8
- CLOSE_PROTOCOL_ERROR
- CLOSE_TLS_FAIL
- CLOSE_TOO_LARGE
- CLOSE_UNEXPECTED
- closed?
- closing?
- connect
- connecting?
- disconnect
- echo
- get-deferred
- get-reason
- invoke-rmethod
- on-closed
- on-closing
- on-connecting
- on-message
- on-open
- open?
- reconnect
- recv-fn
- retry-connect
- retry-disable
- retry-enable
- retry-policy-default
- rmethod
- setup
- setup-deferreds
- UNSUPPORTED
- write
- ws
- ws-close
- ws-onclose
- ws-onerror
- ws-onmessage
- ws-onopen
- xmit-fn