Files
phs_v1.0.1.0/commonlibrary/rust/ylong_runtime/RELEASE_NOTES.md
2024-09-27 19:16:49 +08:00

8 lines
351 B
Markdown

# 1.0.0
1. ylong_runtime initial version, which provides these features:
- spawning async tasks and asynchronously waiting on them
- async net: tcp / udp
- async fs: file/directory creation, read/write
- time: timeout and periodic timer
- sync: mutex, mpsc channels, semaphore, notify
- par_iter: asynchronous parallel iterator