Created
March 20, 2017 19:40
-
-
Save deque-blog/310d7b935495e5fca583ea8f9677e091 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defonce game-loop (start-game-loop)) | |
(defn send-play-event! [e] (put! (game-loop :play-events) e)) | |
(defn send-game-event! [e] (put! (game-loop :game-events) e)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment