Rust Question on embedding FSM in wrapper struct(s)
Hi folks! Perhaps a bit of an odd post but wanted to reach out to get some feedback from the Rust fellows in the community. I’m writing a toy work pool/supervisor library, poolparty, inspired by Erlang’s poolboy
. Everything is effectively a back-of-the-napkin sketch but have some areas I’d like some guidance with.
We have a concept of a [Worker
](http … ⌘ Read more