Skip to content

Instantly share code, notes, and snippets.

@ul
Last active August 29, 2015 14:04
Show Gist options
  • Save ul/60a34923a0be781e37a0 to your computer and use it in GitHub Desktop.
Save ul/60a34923a0be781e37a0 to your computer and use it in GitHub Desktop.
SOwS5
(go-loop []
(when-let [msg (<! ch-chsk)]
(match [msg]
[[:chsk/recv [:app/sync [d- d+]]]]
(swap! app-state
#(-> %
(retract d-)
(deep-merge d+)))
:else nil)
(recur)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment