Revert "Fix recur in go-loop"

This reverts commit bd6adac02b.
This commit is contained in:
Oskar Thoren 2018-01-13 00:09:19 +09:00
parent a40f9bc8c1
commit 00d665b2d5
No known key found for this signature in database
GPG Key ID: 5128AB0637CD85AF
1 changed files with 2 additions and 2 deletions

View File

@ -36,6 +36,6 @@
(do (swap! seen disj [clock-value id])
(add-fn msg))
(async/put! mature-ch msg))
(add-fn msg)))
(recur))
(add-fn msg))
(recur)))
in-ch))