1. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/AsyncJvmTest.kt]
  2. 87f2faa Fix compiler warnings Fixes #348 by Vsevolod Tolstopyatov · 6 years ago
  3. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago[Renamed (98%) from core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/AsyncTest.kt]
  4. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  5. a7db8ec MPP: Copyright notice in sources by Roman Elizarov · 7 years ago
  6. e3f2884 MPP: async, Deferred and CompletableDeferred by Roman Elizarov · 7 years ago
  7. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/AsyncTest.kt]
  8. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  9. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  10. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  11. 32d9532 `defer` coroutine builder is renamed to `async`. by Roman Elizarov · 8 years ago[Renamed (91%) from kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/DeferTest.kt]
  12. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  13. 12f961d Remove dependency on kotlin.test by Roman Elizarov · 8 years ago
  14. b6b0125 Improved Job performance by using reference equality on state, added deferred & channel tests for bad class with exceptions on equals by Roman Elizarov · 8 years ago
  15. 7cf452e Dispatchers default behaviour is changed to schedule new coroutine for execution later. by Roman Elizarov · 8 years ago
  16. daa7922 Optimize single completion listener jobs (one fewer object allocation) by Roman Elizarov · 8 years ago
  17. 41c5c8b lazyDefer introduced by Roman Elizarov · 8 years ago