Debugged status inspection, add spawn/1, spawn_opt/2

This commit is contained in:
Ulf Wiger
2026-06-04 08:12:09 +02:00
parent b05895f14f
commit 03ec666998
4 changed files with 81 additions and 25 deletions
+2
View File
@@ -26,6 +26,8 @@ In its initial version, there are a few different APIs:
* `gm_ctflow_reg`, used to register and find `gm_ctflow_worker` processes.
Complies with the `via` addressing scheme for OTP behaviors.
* `gm_ctflow`, providing a shared dictionary, logging and status support.
It also exports `spawn/1` and `spawn_opt/2`, which work as expected, but
also register with Common Test to enable use of `ct:log/2`.
The application `gm_ctflow` is intended to be started in
`init_per_suite/1` and stopped in `end_per_suite/1`, or in