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-guava/src/main/kotlin/kotlinx/coroutines/experimental/guava/ListenableFuture.kt]
  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 · 6 years ago
  5. a4b5693 `onCompletion` added to `promise` and `future` (JDK8 and Guava) by Roman Elizarov · 6 years ago
  6. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  7. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  8. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  9. 19bf4d5 Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  10. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  11. f106ff3 Guava ListenableFuture support by Roman Elizarov · 7 years ago