1. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  2. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  3. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  4. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  5. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  6. b517f05 Introduce ExecutorCoroutineDispatcher instead of CloseableCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  7. c22b645 Restore jdk8 examples after project structure changes by Vsevolod Tolstopyatov · 6 years ago
  8. a334c4e Catch Throwable instead of Exception in as*Future by Vsevolod Tolstopyatov · 6 years ago
  9. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  10. 5c7454b Scheduler tests infrastructure by Roman Elizarov · 6 years ago
  11. 0c090ed Fixed knit warnings (unresolved refs) and guide typos by Roman Elizarov · 6 years ago
  12. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  13. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  14. 1cbe8f0 Unwrap exception on CompletionStage#await slow-path to provide consistent results by Vsevolod Tolstopyatov · 6 years ago
  15. 6121663 Improve FutureTest to guarantee testing of CompletionStage.await slow path by Roman Elizarov · 6 years ago
  16. 87f2faa Fix compiler warnings Fixes #348 by Vsevolod Tolstopyatov · 6 years ago
  17. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  18. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  19. a4b5693 `onCompletion` added to `promise` and `future` (JDK8 and Guava) by Roman Elizarov · 6 years ago
  20. eb4f9be Use fast path in CompletionStage.await() and make it cancellable; by Roman Elizarov · 6 years ago
  21. 19c1f2e Unwrap ExecutionException is fast path of CompletionStage.asDeferred by Roman Elizarov · 6 years ago
  22. 7bd2c50 Add conversion of CompletionStage to Deferred by Jonathan Cornaz · 6 years ago
  23. b170819 MPP: Promise support in JS by Roman Elizarov · 7 years ago
  24. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  25. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  26. 66d18c0 Channel operators (#88) by Francesco Vasco · 7 years ago
  27. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  28. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  29. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  30. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  31. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  32. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  33. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  34. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  35. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  36. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  37. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  38. 98a39d0 java.time adapters by Francesco Vasco · 7 years ago
  39. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  40. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  41. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  42. 63e779c Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  43. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  44. 4eae2a8 run function is cancellable by default and accepts optional CoroutineStart by Roman Elizarov · 7 years ago
  45. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  46. 976990e Reworded to use "integration with" term by Roman Elizarov · 7 years ago
  47. e7e2ad1 Simplified references to documentation from markdown files by Roman Elizarov · 7 years ago
  48. 489cac2 JDK8 docs, impl and tests improved by Roman Elizarov · 7 years ago
  49. 3fa4bec Support CoroutineStart & CoroutineScope in JDK8 future builder by Roman Elizarov · 7 years ago
  50. fc6461f Contribution guidelines for integrations and improved JDK8 readme by Roman Elizarov · 7 years ago
  51. f76606a Moved jdk8 and nio to integration directory by Roman Elizarov · 7 years ago