tqwewe / kameo

Fault-tolerant Async Actors Built on Tokio
https://docs.page/tqwewe/kameo
Apache License 2.0
634 stars 16 forks source link

fix!: startup deadlock on small bounded mailboxes #84

Closed tqwewe closed 2 weeks ago

tqwewe commented 2 weeks ago

Deadlocks were possible on very small bounded mailboxes which are filled before the actor finishes starting up.

This PR fixes this bug.