1. 1cbe8f0 Unwrap exception on CompletionStage#await slow-path to provide consistent results by Vsevolod Tolstopyatov · 6 years ago
  2. 6121663 Improve FutureTest to guarantee testing of CompletionStage.await slow path by Roman Elizarov · 6 years ago
  3. 87f2faa Fix compiler warnings Fixes #348 by Vsevolod Tolstopyatov · 6 years ago
  4. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 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 · 6 years ago
  7. eb4f9be Use fast path in CompletionStage.await() and make it cancellable; by Roman Elizarov · 6 years ago
  8. 19c1f2e Unwrap ExecutionException is fast path of CompletionStage.asDeferred by Roman Elizarov · 6 years ago
  9. 7bd2c50 Add conversion of CompletionStage to Deferred by Jonathan Cornaz · 7 years ago
  10. b170819 MPP: Promise support in JS by Roman Elizarov · 7 years ago
  11. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  12. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  13. 66d18c0 Channel operators (#88) by Francesco Vasco · 7 years ago
  14. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  15. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  16. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  17. 98a39d0 java.time adapters by Francesco Vasco · 7 years ago
  18. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  19. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  20. 63e779c Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  21. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  22. 4eae2a8 run function is cancellable by default and accepts optional CoroutineStart by Roman Elizarov · 7 years ago
  23. 489cac2 JDK8 docs, impl and tests improved by Roman Elizarov · 7 years ago
  24. 3fa4bec Support CoroutineStart & CoroutineScope in JDK8 future builder by Roman Elizarov · 7 years ago
  25. fc6461f Contribution guidelines for integrations and improved JDK8 readme by Roman Elizarov · 7 years ago
  26. f76606a Moved jdk8 and nio to integration directory by Roman Elizarov · 7 years ago