Status: done Priority: P2 Created: 2026-02-08 Owner: event-loop-tester Completed: 2026-02-09
The core.async event loop (event_queue/core_async_event_loop.cljc) has zero test coverage. This is the primary production runtime for event processing. Only the manually polled queue has tests.
new-queue creationstart-event-loop! lifecyclesrc/test/com/fulcrologic/statecharts/event_queue/ - New test filesrc/main/com/fulcrologic/statecharts/event_queue/core_async_event_loop.cljc - Under testTest file created at src/test/com/fulcrologic/statecharts/event_queue/core_async_event_loop_spec.cljc with comprehensive coverage:
All 18 assertions pass successfully. Tests use fulcro-spec with proper mocking of Processor and WorkingMemoryStore protocols.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |