Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
798
commits
Change the C language standard from GNU99 to C99 to improve portability.
6faa79fView on GitHubSupport automatic scheduler startup for sleep, IO read, and IO write calls from the main thread by re-dispatching tasks.
b16ce0dView on GitHubPre-calculate deadline before conditional branching in Go::Schedule#schedule.
b54b0ecView on GitHubRename io_timeout_occur to is_over_deadline in Go::Coroutine and related classes for consistency.
6c6ddc0View on GitHubInline deadline check logic and remove redundant private methods in Go::Poll and Go::Schedule::Task.
1164cdbView on GitHubUnify deadline management using Go::Time and Duration for accurate timeout and sleep handling.
247bda7View on GitHubRename deadline_base_io_timeout_go_time to deadline_base to generalize timeout and sleep handling.
84ac5b6View on GitHubRefactor Go::Schedule#schedule to handle all duration-based waits with a single unified logic.
4a2e053View on GitHubUnify deadline_base_timer_go_time into deadline_base_io_timeout_go_time in Go::Coroutine.
799cf56View on GitHubRefactor schedule method to branch based on schedule_type (IO or SLEEP) for better clarity.
011a909View on GitHub