A loop which continuosly reads actions from the control thread and
evaluates them (will block if no mbox message is available).
(defn eval-loop "A loop which continuosly reads actions from the control thread and evaluates them (will block if no mbox message is available)." ([] (continuously (eval-from-control))))
Comments top
No comments for eval-loop. Log in to add a comment.