1. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  2. fa9586b Fixed sporadic test crashes related to withTimeout and children by Roman Elizarov · 6 years ago
  3. 564c5ff Fix bad code sample style by Alex Saveau · 6 years ago
  4. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  5. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  6. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  7. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  8. 750d468 Fixed hangs during thread termination in IO dispatcher by Roman Elizarov · 6 years ago
  9. 8fecc20 Added missing package statements to tests by Roman Elizarov · 6 years ago
  10. 3da9995 Fix package name by Vsevolod Tolstopyatov · 6 years ago
  11. e5b2523 Update missing copyrights by Vsevolod Tolstopyatov · 6 years ago
  12. f5e67ba Introduce IO dispatcher to offload blocking I/O-intensive tasks by Roman Elizarov · 6 years ago
  13. e342597 Introduce ThreadLocal.asContextElement() by Vsevolod Tolstopyatov · 6 years ago
  14. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  15. b517f05 Introduce ExecutorCoroutineDispatcher instead of CloseableCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  16. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  17. 44f52b8 Fix RunBlockingTest on single core machine by Vsevolod Tolstopyatov · 6 years ago
  18. 6a3f17f Unpark runBlocking thread on coroutine completion instead of cancellation by Vsevolod Tolstopyatov · 6 years ago
  19. cac1a0f Provide API to create limited view of experimental dispatcher by Vsevolod Tolstopyatov · 6 years ago
  20. 8dd5b06 Adjust stress test for machine with two cores by Vsevolod Tolstopyatov · 6 years ago
  21. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  22. f18a750 Do not print GuideTest system out if test passes by Vsevolod Tolstopyatov · 6 years ago
  23. c758169 Handle job exception via PerformOp by Vsevolod Tolstopyatov · 6 years ago
  24. 6839151 Adjust racy tests by Vsevolod Tolstopyatov · 6 years ago
  25. 21ce9c0 Additional debug output for CoroutineSchedulerStressTest by Roman Elizarov · 6 years ago
  26. 563da40 Stylistic updates to exception handling rework by Roman Elizarov · 6 years ago
  27. 590696d Exception handling coroutines guide by Vsevolod Tolstopyatov · 6 years ago
  28. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  29. c9afb67 Optimize exceptions list in JobSupport, invoke onJobException in active -> cancelled path, update documentation by Vsevolod Tolstopyatov · 6 years ago
  30. 06f57aa JobSupport cancellation rework: by Vsevolod Tolstopyatov · 6 years ago
  31. 3bda22c JobSupport stylistic improvements: by Vsevolod Tolstopyatov · 6 years ago
  32. e90cdb0 Execute EventLoop#invokeOnTimeout in DefaultDispatcher to allow busy-wait loops by Vsevolod Tolstopyatov · 6 years ago
  33. 7e0911a Fixed atomic var -> val by Roman Elizarov · 6 years ago
  34. fb6f240 Make scheduler stress test pass on small machines (Amazon i3) by Vsevolod Tolstopyatov · 6 years ago
  35. 99c6ac7 Fixed package for internal stuff (SystemProps and LockFreeMPMCQueue) by Roman Elizarov · 6 years ago
  36. 9542f1c Scheduler tests fixed: by Vsevolod Tolstopyatov · 6 years ago
  37. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  38. 08bda30 Ignore resume on cancelled continuation by Roman Elizarov · 6 years ago
  39. 52a0ec0 Fix guide for "Lazily started async" by Sahil Lone · 6 years ago
  40. 9d31ffc Speed up ConflatedBroadcastChannelNotifyStressTest (half as much events) by Roman Elizarov · 6 years ago
  41. 7bd983f Fix linearizability in AbstractChannel#sendSuspend, add infrastructure to inject custom execution into linearizability checker by Vsevolod Tolstopyatov · 6 years ago
  42. df80002 Fixed package directive in CommonPoolTest by Roman Elizarov · 6 years ago
  43. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  44. ea651aa Channels concurrency improvement: by Vsevolod Tolstopyatov · 6 years ago
  45. ae66c95 Runt ticker channel tests under virtual time source for stability by Roman Elizarov · 6 years ago
  46. 7afb62e Use timeSource in GuideTest to increase stability of cancel tests, reknit by Roman Elizarov · 6 years ago
  47. 222f3f2 Removed suspendCoroutineOrReturn use in preparation for Kotlin 1.3 by Roman Elizarov · 6 years ago
  48. 3975391 Fixed the logic to detect broken ForkJoinPool instance and added a corresponding test by Roman Elizarov · 6 years ago
  49. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  50. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  51. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  52. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago