1. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  2. 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/main/kotlin/kotlinx/coroutines/experimental/future/Future.kt]
  3. 1cbe8f0 Unwrap exception on CompletionStage#await slow-path to provide consistent results by Vsevolod Tolstopyatov · 6 years ago
  4. 87f2faa Fix compiler warnings Fixes #348 by Vsevolod Tolstopyatov · 6 years ago
  5. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  6. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  7. a4b5693 `onCompletion` added to `promise` and `future` (JDK8 and Guava) by Roman Elizarov · 6 years ago
  8. eb4f9be Use fast path in CompletionStage.await() and make it cancellable; by Roman Elizarov · 6 years ago
  9. 19c1f2e Unwrap ExecutionException is fast path of CompletionStage.asDeferred by Roman Elizarov · 6 years ago
  10. 7bd2c50 Add conversion of CompletionStage to Deferred by Jonathan Cornaz · 6 years ago
  11. b170819 MPP: Promise support in JS by Roman Elizarov · 7 years ago
  12. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  13. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  14. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  15. 63e779c Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  16. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  17. 4eae2a8 run function is cancellable by default and accepts optional CoroutineStart by Roman Elizarov · 7 years ago
  18. 489cac2 JDK8 docs, impl and tests improved by Roman Elizarov · 7 years ago
  19. 3fa4bec Support CoroutineStart & CoroutineScope in JDK8 future builder by Roman Elizarov · 7 years ago
  20. fc6461f Contribution guidelines for integrations and improved JDK8 readme by Roman Elizarov · 7 years ago
  21. f76606a Moved jdk8 and nio to integration directory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-jdk8/src/main/kotlin/kotlinx/coroutines/experimental/future/Future.kt]
  22. f7a7f7b Deferred.toCompletableFuture renamed to asCompletableFuture by Roman Elizarov · 7 years ago
  23. e780347 Job.onCompletion is renamed to Job.invokeOnCompletion for consistency by Roman Elizarov · 8 years ago
  24. be4cae3 Better docs at top level with categorized summary of classes and functions by Roman Elizarov · 8 years ago
  25. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  26. ea4a51b Updated to kotlin version 1.1.0-rc by Roman Elizarov · 8 years ago
  27. d528e3e EventLoop is integrated as runBlocking default and is used for tests, coroutine builders provide CoroutineScope with context by Roman Elizarov · 8 years ago
  28. ee89344 Fixed exception unwrapping in fast-path of CompletableFuture.await() by Roman Elizarov · 8 years ago
  29. ed7b864 currentCoroutineContext is back as a choice of the context by Roman Elizarov · 8 years ago
  30. c581454 Deferred.getCompleted() and an efficient implementation of Deferred.toCompletableFuture() extension by Roman Elizarov · 8 years ago
  31. 3754f95 New implementation for 1.1-Beta by Roman Elizarov · 8 years ago