cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Add unsafe impl for generated components #296

Closed segeljakt closed 3 years ago

segeljakt commented 3 years ago

We can type check the event type at compile time in Rust to ensure it is Send, while the state type does not need to be (State cannot leave the component).