a10294c01f1956db5f0eea9af055f37c708ff8d6
HytaleDispatchers (World/HytaleIO/HytaleScheduled), per-key scope registries (PlayerScopes, WorldScopes, PluginScopes) keyed by UUID or plugin identity, and the sealed AsyncException hierarchy. Includes unit tests against in-memory stubs.
Description
Coroutines for Hytale's per-world ECS. Replaces the noisy
CompletableFuture.runAsync { world.execute { store.getComponent(…) } }
pattern with one suspending call.
Languages
Kotlin
100%