0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the bug caused by misusing makecontext(3). More... almost 10 years ago
Fixed a bug in ev.c involved by last commit More... almost 10 years ago
Fixed a small bug in vendor/ev.c More... almost 10 years ago
Removed redundant code More... about 10 years ago
Port crt_disk_open from macro to function More... about 10 years ago
Update init_coroutine_env() calls More... about 10 years ago
Add worker_count arg in init_coroutine_env() More... about 10 years ago
Fixed bugs that may leak fd in exception flow More... about 10 years ago
Fixed bugs that may happen in the case of EV_ERROR More... about 10 years ago
Rename error code from CORO_* to CRT_* More... about 10 years ago
Add crt_sem_priority_post() & crt_sched_yield() More... about 10 years ago
Basic function of semaphore is done More... about 10 years ago
Better C++ support More... about 10 years ago
Merge pull request #2 from wolfkdy/master More... about 10 years ago
Update acoro.h More... about 10 years ago
Add example and more test for crt_tcp_accept() More... about 10 years ago
Add tests for crt_tcp_accept() More... about 10 years ago
Added crt_tcp_accept() More... about 10 years ago
Fixed a bug in crt_tcp_read_to() More... about 10 years ago
Added libacoro.a in Makefile More... about 10 years ago
Fixed an interesting bug More... about 10 years ago
Small updates More... about 10 years ago
Add more tests for crt_bg_run() More... about 10 years ago
Added crt_bg_run() More... about 10 years ago
Small refactoring More... about 10 years ago
Removed `timer_queue' and `done_queue' More... about 10 years ago
Fixed a typo in acoro.h More... about 10 years ago
Add crt_msleep() and lock support More... about 10 years ago
Added example/coro_in_coro.c More... about 10 years ago
Small updates More... about 10 years ago