tonarino / actor

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

chore: remove one boxing #49

Closed strohel closed 3 years ago

strohel commented 3 years ago

Kinda interesting that this worked before. Apparently, Box<Fn> implements Fn: https://doc.rust-lang.org/std/boxed/struct.Box.html#impl-FnOnce%3CArgs%3E

mcginty commented 3 years ago

Yay thanks! Sorry I missed that one.