Skip to content

Commit

Permalink
Android O Preview -> Android API level 26
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor authored and elizarov committed Oct 6, 2017
1 parent ac8b6da commit a9fb479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/kotlinx-coroutines-nio/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Module kotlinx-coroutines-nio

Integration with asynchronous IO on JDK7+ (Android O Preview).
Integration with asynchronous IO on JDK7+ (Android API level 26).

# Package kotlinx.coroutines.experimental.nio

Integration with asynchronous IO on JDK7+ (Android O Preview).
Integration with asynchronous IO on JDK7+ (Android API level 26).

* `AsynchronousFileChannel` extensions `aLock`, `aRead`, and `aWrite`.
* `AsynchronousServerSocketChannel` extension `aAccept`.
Expand Down

0 comments on commit a9fb479

Please sign in to comment.