miniSphere 5.2.13
miniSphere 5.2.13 is a maintenance release in the 5.2 series.
What's Changed?
- Adds
Sphere.mainwhich provides access to the object created by the engine when the main module exports a class. - Changes the default
Consoleprompt from$to>. - Changes
Thread#start()to an async function which returns only after the Thread's startup handler has run to completion. - Fixes a bug where
Sphere.sleep()prevents the engine from shutting down until the sleep period expires. - Fixes a bug in which
Scene#call()doesn't awaitasyncfunctions. - Fixes a bug where an
asyncfunction used for a recurring Dispatch job can be re-entered before an earlier invocation has completed.