tonarino / actor

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

PoC #1: Fix type constraints to allow non-Send actors to run on main thread #47

Closed mcginty closed 3 years ago

mcginty commented 3 years ago

This isn't fully worked out (see the unimplemented!()), but the idea is to use some type tricks to only make spawn() callable in the cases where it's allowed with Send type restrictions.