Releases
v0.0.8
qgymib
released this
07 Apr 01:14
v0.0.8 (2023/04/07)
BREAKING CHANGES
remove ev_todo_token_t
ev_process_t
must be exited manually
rename position read and write to pread
and pwrite
embed default thread pool
change thread pool functions
expose peeraddr in udp recv callback
reduce parameter in udp send callback
Features
add detail information for ev_fs_readfile()
use ev_library_shutdown()
to cleanup global resources
use ev_loop_walk()
to walk through all handles
process: support change cwd
add amalgamate support
submit threadpool task by loop api
update test framework to v3.0.0
use ev_hrtime()
to get high-resolution time
support normal file read / write / seek operations
support remove file and directory
expose memory allocate functions
redone error number
smart convert addr and name
Bug Fixes
fix: use uninitialised value in ev_exepath()
on Unix
fix: thread pool not unlink when exit loop
fix: ev_process_spawn()
coredump on windows when redirect file
You can’t perform that action at this time.