Skip to content

Commit 3d8ab4d

Browse files
committed
update README
1 parent aec3cb6 commit 3d8ab4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ This library provides the following packages:
2020
- `moonbitlang/async`: most basic asynchronous operations
2121
- `moonbitlang/async/socket`: TCP and UDP socket
2222
- `moonbitlang/async/tls`: TLS support via OpenSSL
23+
- `moonbitlang/async/stdio`: operations on standard output channels
2324
- `moonbitlang/async/pipe`: operations on pipes
2425
- `moonbitlang/async/fs`: file system operations, such as file IO and directory reading
2526
- `moonbitlang/async/process`: spawning system process
2627
- `moonbitlang/async/aqueue`: asynchronous queue data structure for inter-task communication
28+
- `moonbitlang/async/semaphore`: semaphore for concurrency control
2729
- `moonbitlang/async/io`: generic IO abstraction & utilities, such as buffering
2830
- `moonbitlang/async/http`: HTTP support, including parser & sending request
2931

0 commit comments

Comments
 (0)