nodely
nodely copied to clipboard
Related to #23 Still missing tests
The test in `nodely.engine.core-async.lazy-scheduling-test`: ```clojure (deftest blocking-tagging-test (testing "about the blocking tag" (testing "go-checking system property is set" (is (Boolean/getBoolean "clojure.core.async.go-checking"))) (testing "eval of an env with blocking ops in...
Being able to specify an exception handler would be very useful for my case.
Is there support on long-running items for a timeout value (in milliseconds)? Possibly hinting on which parts should benefit from threading?
;; Evaluating a specific key of an env (nodely/eval-key simple-env :c) How can I in effect ask for multiple keys? Let's say I only know at runtime which ones I...
Schedule returns a lazy-environment with key k scheduled and running. The lazy-environment works like a map and when you `get` keys from it, it returns a value node encapsulated within...
## Overview This PR introduces powerful **graph analysis** and **visualization capabilities** for Nodely environments, enabling developers to understand complex data flow structures through both statistical analysis and visual representations. ##...