rkuhn / acto

Actor library for Rust
25 stars 2 forks source link

make mailbox size configurable #3

Open rkuhn opened 1 year ago

rkuhn commented 1 year ago

Currently it is hard-coded within the ActoRuntime implementation. Should be exposed as a configuration option when calling ActoCell::spawn.