1. f2b4e0e Make exception handling in AbstractContinuation consistent: always prefer exception thrown from coroutine as exceptional reason, add cancellation cause as suppressed exception by Vsevolod Tolstopyatov · 6 years ago
  2. 20dbd9f Fast-path for isDone in ListenableFuture#await, stop using deprecated API by Vsevolod Tolstopyatov · 6 years ago
  3. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  4. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 7 years ago
  5. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 7 years ago
  6. a4b5693 `onCompletion` added to `promise` and `future` (JDK8 and Guava) by Roman Elizarov · 7 years ago
  7. 5b94652 Update Guava version to 24.0-jre by Roman Elizarov · 7 years ago
  8. e00f0ba MPP: Dokka support via hacks (using dev version 0.9.16-eap-2-dev-1) by Roman Elizarov · 7 years ago
  9. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  10. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  11. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  12. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  13. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  14. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  15. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  16. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  17. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  18. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  19. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  20. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  21. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  22. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  23. 19bf4d5 Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  24. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  25. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  26. e7e2ad1 Simplified references to documentation from markdown files by Roman Elizarov · 7 years ago
  27. f23274a Integrate knit tool into mvn site build, contributions guide by Roman Elizarov · 7 years ago
  28. f106ff3 Guava ListenableFuture support by Roman Elizarov · 7 years ago