0.30.1
Maintenance release:
- Added
Dispatchers.Mainto common dispatchers, which can be used from Android, Swing and JavaFx projects if a corresponding integration library is added to dependencies. - With
Dispatchers.Mainimprovement tooling bug in Android Studio #626 is mitigated, so Android users now can safely start the migration to the latestkotlinx.coroutinesversion. - Fixed bug with thread unsafety of shutdown sequence in
EventLoop. - Experimental coroutine dispatcher now has
closecontract similar to JavaExecutor, so it can be safely instantiated and closed multiple times (affects only unit tests). - Atomicfu version is updated with fixes in JS transformer (see #609)