8 lines
351 B
Markdown
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
|