I know this is maybe an FAQ, but how do I detect if a state is started in an async scenario?
say my connection pool is signaling with a callback that it is ready to process requests
I guess one way would be to have an atom storing :started
but async things are viral so I would then need to propagate that up until the parent