Created
April 3, 2022 22:16
-
-
Save dvliman/607974927b33b0e734de3704976bb32f 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
;; encoder.clj | |
(defstate encoder | |
:start (try | |
(start-stream) | |
(catch Exception e)) | |
;; error-handling here | |
:stop (stop-stream)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment