File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ async-coroutines-socket
3
3
4
4
is a small kotlin library that provides an implementation for ` java.nio.channels.AsynchronousSocketChannel ` wrapped in kotlin coroutines.
5
5
6
+ [ ![ Kotlin Linter] ( https://github.com/TheEvilRoot/async-coroutines-socket/actions/workflows/klinter.yml/badge.svg )] ( https://github.com/TheEvilRoot/async-coroutines-socket/actions/workflows/klinter.yml )
7
+ [ ![ Socks5 tests] ( https://github.com/TheEvilRoot/async-coroutines-socket/actions/workflows/docker-image.yml/badge.svg )] ( https://github.com/TheEvilRoot/async-coroutines-socket/actions/workflows/docker-image.yml )
8
+
6
9
preamble
7
10
--------
8
11
@@ -60,4 +63,4 @@ Some examples of usage this library is stored in `src/test/kotlin` package.
60
63
val count = socket.read(byteBuffer)
61
64
// ...
62
65
}
63
- ```
66
+ ```
You can’t perform that action at this time.
0 commit comments