1. ca095be Merge tag '1.6.4' into kotlinx.coroutines-upgrade by Steve Elliott · 1 year, 10 months ago
  2. 79e555e Revert^2 "Merge tag '1.4.3'" by Aurimas Liutikas · 3 years ago
  3. 7b14046 Revert "Merge tag '1.4.3'" by Aurimas Liutikas · 3 years ago
  4. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  5. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 3 years, 4 months ago
  6. e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  7. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  8. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 7 months ago
  9. 964cd92 Transition to the Gradle kts by Victor Turansky · 4 years, 1 month ago
  10. b42f986 Flow.transformWhile operator (#2066) by Roman Elizarov · 3 years, 10 months ago
  11. 4511c23 Restore java configuration for 'benchmarks' (#2027) by Victor Turansky · 4 years ago
  12. 1beebf1 'reactor_vesion' -> 'reactor_veRsion' (#1976) by Victor Turansky · 4 years, 1 month ago
  13. 0f15812 Kts transition (#1951) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  14. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  15. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  16. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 3 months ago
  17. fe15b6d Flow.flattenMerge benchmark (#1464) by fmixing · 4 years, 5 months ago
  18. cbd5b1c Merge pull request #1652 from Kotlin/scheduler-changes by Vsevolod Tolstopyatov · 4 years, 5 months ago
  19. d77c17c Improve performance of task acquisition by Vsevolod Tolstopyatov · 4 years, 6 months ago
  20. 5202a8b Regroup benchmarks and adapt them to structured concurrency, cleanup CoroutineScheduler by Vsevolod Tolstopyatov · 4 years, 8 months ago
  21. ef199d1 Updated flow benchmark results to 1.3.60 by Roman Elizarov · 4 years, 6 months ago
  22. 946e578 Introduce reusable cancellable continuations for hot loops with channels (#1534) by Vsevolod Tolstopyatov · 4 years, 8 months ago
  23. bd7c030 Optimize Flow.take (#1538) by Vsevolod Tolstopyatov · 4 years, 8 months ago
  24. 0342a0a Restore context preservation invariant in flatMapMerge (#1452) by Vsevolod Tolstopyatov · 4 years, 9 months ago
  25. 253e8eb Add fast `Semaphore`. by Nikita Koval · 5 years ago
  26. d811d3a Do not fill in stacktrace in AbortFlowException, update benchmark results by Vsevolod Tolstopyatov · 5 years ago
  27. 78f3e23 Safe flow benchmark by Vsevolod Tolstopyatov · 5 years ago
  28. c438a0e Numbers benchmark that exposes some of Flow weaknesses by Vsevolod Tolstopyatov · 5 years ago
  29. c42d338 Reactive scrabble benchmarks by Vsevolod Tolstopyatov · 5 years ago
  30. 74b250f Add a JMH producer-consumer benchmark for channels by Nikita Koval · 5 years ago
  31. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  32. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago
  33. a230fcf Do not yield in CoroutineScheduler during transition to the idle state, introduce system properties to tune this behaviour. by Vsevolod Tolstopyatov · 5 years ago
  34. ae85797 Cache result of ThreadContext#foldAll in the field of DispatchedCoroutine to avoid context fold in tight loops by Vsevolod Tolstopyatov · 6 years ago
  35. ca98207 Fix benchmarks compilation by Vsevolod Tolstopyatov · 6 years ago
  36. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  37. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  38. f284dfc Benchmarks improvements: by Vsevolod Tolstopyatov · 6 years ago
  39. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  40. 73d1e46 Introduce ChannelSinkBenchmark by Vsevolod Tolstopyatov · 6 years ago
  41. e5b2523 Update missing copyrights by Vsevolod Tolstopyatov · 6 years ago
  42. 305c66a Generate proper benchmarks jar by Vsevolod Tolstopyatov · 6 years ago
  43. 811c658 Delete kotlinx.io benchmark by Vsevolod Tolstopyatov · 6 years ago
  44. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  45. e051c33 kotlinx-coroutines-io module removed, it has moved to kotlinx.io by Roman Elizarov · 6 years ago
  46. 9542f1c Scheduler tests fixed: by Vsevolod Tolstopyatov · 6 years ago
  47. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  48. 18a9134 Improved tasks dispatching: by Vsevolod Tolstopyatov · 6 years ago
  49. b23729e Introduce support for blocking tasks and dynamic scheduler sizing by Vsevolod Tolstopyatov · 6 years ago
  50. 94c587f Adaptive spinning, parking and load balancing mechanism: by Vsevolod Tolstopyatov · 6 years ago
  51. e03221a Benchmark for measuring scheduler overhead by Vsevolod Tolstopyatov · 6 years ago
  52. 98b04d4 MVP of new coroutine scheduler by Vsevolod Tolstopyatov · 6 years ago
  53. fc87803 Introducing scheduler-sensitive benchmarks by Vsevolod Tolstopyatov · 6 years ago
  54. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  55. 931587a Improve test coverage of CancellableCoroutine, add benchmark by Vsevolod Tolstopyatov · 6 years ago
  56. 7831716 IO: introduce non-flushing joinTo by Sergey Mashkov · 6 years ago
  57. 060f36a IO: fix too expensive joinTo fast-path by Sergey Mashkov · 7 years ago
  58. 25bc365 IO: add more benchmarks by Sergey Mashkov · 7 years ago
  59. 8d69c7c IO: channel benchmark by Sergey Mashkov · 7 years ago
  60. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  61. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  62. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  63. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  64. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  65. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  66. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  67. 777cce1 Don't deploy benchmarks by Roman Elizarov · 7 years ago
  68. 4f69102 Prepare for development of version 0.16 by Roman Elizarov · 7 years ago
  69. 91d77c2 Updated version to 0.15-SNAPSHOT by Roman Elizarov · 7 years ago
  70. 1117850 Ping-Pong (two-actor) benchmark (including Akka) by Roman Elizarov · 7 years ago
  71. 44e9b49 Benchmarks for "Shared mutable state and concurrency" section of the guide by Roman Elizarov · 7 years ago