commonlibrary_rust_ylong_ru.../RELEASE_NOTES.md
MingyuChen 4545d26ffa readme update
Signed-off-by: MingyuChen <chenmingyu4@huawei.com>
2023-06-27 10:36:37 +08:00

351 B

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