1. 5121005 Document and tweak the contract of Executor.asCoroutineDispatcher and ExecutorService.asCoroutineDispatcher (#2727) by Vsevolod Tolstopyatov · 3 years, 1 month ago
  2. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 5 months ago
  3. fa30140 Cleanup core module after update to Kotlin 1.4 (#2440) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  4. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 3 years, 9 months ago
  5. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  6. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 5 months ago
  7. 564a5a6 Change more "create new" to "create a" by Inego · 5 years ago
  8. 6da0ccd Change "create new" to "create a" by Inego · 5 years ago
  9. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago[Renamed from core/kotlinx-coroutines-core/src/ThreadPoolDispatcher.kt]
  10. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  11. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  12. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  13. f5126d0 Mark newSingle/FixedThreadPoolContext as obsolete, document the reason by Roman Elizarov · 6 years ago
  14. e29f497 Avoid OOM in thread-pool dispatchers, try to reflectively invoke setRemoveFutureOnCancel on executor instance and use default dispatcher if attempt failed by Vsevolod Tolstopyatov · 6 years ago
  15. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  16. b517f05 Introduce ExecutorCoroutineDispatcher instead of CloseableCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  17. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  18. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/ThreadPoolDispatcher.kt]
  19. 517a259 Update ThreadPoolDispatcher.kt by paolop · 6 years ago
  20. d9ae2bc No Job in newSingleThreadContext and newFixedThreadPoolContext anymore by Roman Elizarov · 7 years ago
  21. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  22. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/ThreadPoolDispatcher.kt]
  23. f04f51d Refactored ThreadPoolDispatcher to reuse code of ExecutorCoroutineDispatcher by Roman Elizarov · 7 years ago
  24. daa1d9d Various refactorings related to resource management and timeouts by Roman Elizarov · 7 years ago
  25. 731f0ad Generated unit test for all examples in the guide by Roman Elizarov · 7 years ago
  26. e780347 Job.onCompletion is renamed to Job.invokeOnCompletion for consistency by Roman Elizarov · 7 years ago
  27. a198bad Delay implementation in Swing, JavaFx, and scheduled executors is fixed to avoid an extra dispatch by Roman Elizarov · 7 years ago
  28. f16fd27 Copyright and license notice by Roman Elizarov · 7 years ago
  29. ea4a51b Updated to kotlin version 1.1.0-rc by Roman Elizarov · 7 years ago
  30. 7cf452e Dispatchers default behaviour is changed to schedule new coroutine for execution later. by Roman Elizarov · 7 years ago
  31. 67891d8 Added context parameter to CoroutineDispatcher methods, implemented Executor.toCoroutineDispatcher by Roman Elizarov · 7 years ago
  32. d528e3e EventLoop is integrated as runBlocking default and is used for tests, coroutine builders provide CoroutineScope with context by Roman Elizarov · 7 years ago
  33. 3754f95 New implementation for 1.1-Beta by Roman Elizarov · 7 years ago