Fork me on GitHub
#mount
<
2018-07-05
>
richiardiandrea19:07:07

I know this is maybe an FAQ, but how do I detect if a state is started in an async scenario?

richiardiandrea19:07:31

say my connection pool is signaling with a callback that it is ready to process requests

richiardiandrea19:07:24

I guess one way would be to have an atom storing :started

richiardiandrea19:07:05

but async things are viral so I would then need to propagate that up until the parent