1. 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-io/src/test/kotlin/kotlinx/coroutines/experimental/io/ByteBufferChannelScenarioTest.kt]
  2. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  3. dfae5e2 IO: add writeWhile function by Sergey Mashkov · 7 years ago
  4. 4df720f IO: introduce simple ByteReadChannel.discard implementation by Sergey Mashkov · 7 years ago
  5. e676408 IO: fix infinite writeSuspend loop caused by auto-resuming flush by Sergey Mashkov · 7 years ago
  6. c51ecd3 IO: introduce ByteChannel.joinTo by Sergey Mashkov · 7 years ago
  7. bab9f79 IO: fix writeByte BufferOverflowException by Sergey Mashkov · 7 years ago
  8. 7510117 IO: add BufferView internal, add ByteChannel read and write with lambda by Sergey Mashkov · 7 years ago
  9. 96d7a88 IO: Moved to core directory, documented its unstable status by Roman Elizarov · 7 years ago[Renamed (91%) from integration/kotlinx-coroutines-io/src/test/kotlin/kotlinx/coroutines/experimental/io/ByteBufferChannelScenarioTest.kt]
  10. b87d636 IO: Fix byte channel corner cases + add tests by Sergey Mashkov · 7 years ago