Documentation
¶
Overview ¶
Package inmem provides an in-memory workflow engine implementation for tests and local development.
The in-memory engine is intentionally minimal: - It runs workflow handlers in-process in goroutines (no durability). - It does not provide Temporal-like determinism or replay semantics. - Activity and workflow timeouts are best-effort and use the standard library.
This engine is useful for unit tests that want to exercise runtime logic without standing up an external workflow backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.