tonarino / actor

A minimalist actor framework aiming for high performance and simplicity.
MIT License
40 stars 6 forks source link

Remove failure dependency. #36

Closed skywhale closed 3 years ago

skywhale commented 3 years ago

As per https://github.com/tonarino/actor/issues/21

I'm implementing @mcginty's proposal https://github.com/tonarino/actor/issues/21#issuecomment-783119881

I'm looking forward to hearing some generic tricks we can use to further simplify the code :)

skywhale commented 3 years ago

Thank you @strohel @mcginty @bschwind for your review! I think I addressed all of your comments. Please take another look.