On Mon Jan 16 16:20:41 2023 +0000, Jinoh Kang wrote:
`async_action_create` should be taken out of the critical section. In general, minimize the number of potentially failing or blocking operations inside a critical section (ideally to zero).
I didn't really came up with something better, that's why it's like that.