tonarino / actor

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

Use Arc::clone(&variable) instead of variable.clone() #71

Closed strohel closed 1 year ago

strohel commented 1 year ago

We did this for the main repo a while ago, cleaning up my working tree.