We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Replace `m/amb>` by `m/amb` since `m/amb>` is deprecated
Replaced another `?=` with `?> ##Inf`
Replace use of deprecated `m/?=` with `m/?>` equivalent
Using current documentation
Upgrade to the latest versions of missionary and clojurescript
Updated Basic Walkthrough: Tasks & Flows (markdown)
use Cancelled type for debounce
Replaced `m/?` by `m/?>`, as the example would just print `nil` before.
Adapt for clojureScript users
Replace the flow example with leonel's better version
Fix invalid code of the first `m/ap` snippet
Add `ap` to the flow compose section
Set section titles to header4
Created Cheatsheet (markdown)
Created Basic Walkthrough: Tasks & Flows (markdown)
Fix typo
Updated Iterative queries (markdown)
indentation in first code sample
Updated Debounce and Throttle (markdown)
Created Debounce and Throttle (markdown)
Created Continuous flows (markdown)
Updated Creating Tasks (markdown)
Updated Rate limitingh (markdown)
Created Rate limitingh (markdown)
Ensure take! doesn't throw when taking false from channel
Add example of converting CompletableFuture to task. Should be according to specification
Updated Creating flows (markdown)
Updated Different ways to create flows (markdown)
Updated Integrating missionary with other tools (markdown)