1. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from integration/kotlinx-coroutines-jdk8/src/test/kotlin/kotlinx/coroutines/experimental/future/FutureTest.kt]
  2. 6121663 Improve FutureTest to guarantee testing of CompletionStage.await slow path by Roman Elizarov · 6 years ago
  3. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  4. eb4f9be Use fast path in CompletionStage.await() and make it cancellable; by Roman Elizarov · 6 years ago
  5. 19c1f2e Unwrap ExecutionException is fast path of CompletionStage.asDeferred by Roman Elizarov · 6 years ago
  6. 7bd2c50 Add conversion of CompletionStage to Deferred by Jonathan Cornaz · 6 years ago
  7. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  8. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  9. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  10. 489cac2 JDK8 docs, impl and tests improved by Roman Elizarov · 7 years ago
  11. fc6461f Contribution guidelines for integrations and improved JDK8 readme by Roman Elizarov · 7 years ago
  12. f76606a Moved jdk8 and nio to integration directory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-jdk8/src/test/kotlin/kotlinx/coroutines/experimental/future/FutureTest.kt]
  13. 791cbc4 Fixed testDoneFutureCompletedExceptionally test by Roman Elizarov · 7 years ago
  14. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  15. 12f961d Remove dependency on kotlin.test by Roman Elizarov · 8 years ago
  16. ea4a51b Updated to kotlin version 1.1.0-rc by Roman Elizarov · 8 years ago
  17. 7cf452e Dispatchers default behaviour is changed to schedule new coroutine for execution later. by Roman Elizarov · 8 years ago
  18. 67891d8 Added context parameter to CoroutineDispatcher methods, implemented Executor.toCoroutineDispatcher by Roman Elizarov · 8 years ago
  19. ee89344 Fixed exception unwrapping in fast-path of CompletableFuture.await() by Roman Elizarov · 8 years ago
  20. 3754f95 New implementation for 1.1-Beta by Roman Elizarov · 8 years ago[Renamed (79%) from kotlinx-coroutines-async/src/test/kotlin/AsyncTest.kt]
  21. 0ccf2fd Update README.md by Denis Zharkov · 8 years ago