1. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from common/kotlinx-coroutines-core-common/src/main/kotlin/kotlinx/coroutines/experimental/AbstractCoroutine.kt]
  2. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  3. f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 6 years ago
  4. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  5. dd3cd27 Do not deprecate CoroutineStart.invoke for now by Roman Elizarov · 7 years ago
  6. ebc8866 AbstractCoroutines notifies onXXX before all the installed handlers; by Roman Elizarov · 7 years ago
  7. dfeba24 Workarounds for KT-21968 to fix JS tests by Roman Elizarov · 7 years ago
  8. 23fb728 AbsractCoroutine documentation & some more common (shared) code; by Roman Elizarov · 7 years ago
  9. c12123e AbsractCoroutine moved to common module by Roman Elizarov · 7 years ago[Renamed from core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/AbstractCoroutine.kt]
  10. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  11. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 7 years ago
  12. 4d626de Job.cancel and CompletableDeferred.complete support cancelling/completing by Roman Elizarov · 7 years ago
  13. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  14. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/AbstractCoroutine.kt]
  15. 7753f8e Replace remaining xxFieldUpdater classes with AtomicFU atomic vars by Roman Elizarov · 7 years ago
  16. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  17. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  18. d528e3e EventLoop is integrated as runBlocking default and is used for tests, coroutine builders provide CoroutineScope with context by Roman Elizarov · 8 years ago
  19. 58a7add Fixed initialization of Job with parent (initParentJob), fixed handling on uncaught exceptions in standalone coroutines by Roman Elizarov · 8 years ago
  20. 53a0a40 EventLoop work in progress by Roman Elizarov · 8 years ago[Renamed (73%) from kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/JobContinuation.kt]
  21. c581454 Deferred.getCompleted() and an efficient implementation of Deferred.toCompletableFuture() extension by Roman Elizarov · 8 years ago
  22. 3754f95 New implementation for 1.1-Beta by Roman Elizarov · 8 years ago