com.manigfeald.machinate.core-async

!

(! evt)
Just enough to allow you to do (<! (! evt)) and have a go block park
correctly. DO NOT USE THE RESULT WITH core.async's alts. Prefer the
sync! macro to avoid misuse.

sync!

macro

(sync! evt)
Convience macro that expands into (<! (! evt))