File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments