rj00a / evenio

An event-driven Entity Component System
MIT License
137 stars 14 forks source link

Impl `Send + Sync` for `UnsafeWorldCell` #30

Closed rj00a closed 7 months ago

rj00a commented 7 months ago

This makes Fetcher implement Send + Sync as well.