NtyCo

Cooperative scheduler

An implementation of cooperative scheduling with embedded web servers and clients.

纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例

GitHub

860 stars
33 watching
287 forks
Language: C
last commit: 2 months ago
Linked from 1 awesome list

coroutinetinyhttpdwebbench

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
p-ranav/task_system A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. 41
binchengzhao/delicate A lightweight and distributed task scheduling platform written in Rust. 717
zonyitoo/coio-rs Provides a framework for writing asynchronous programs with efficient coroutine scheduling and I/O handling 455
dougbinks/enkits An API and scheduling library for parallel programming using multicore CPUs 1,763
nicomt/ckron A tool for scheduling and managing containerized operations in a cron-like manner. 55
conorwilliams/libfork A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading 620
miaowing/nest-schedule A framework for building distributed job scheduling systems with Nest.js decorators. 436
pplux/px_sched A single header C++11 task scheduler for managing concurrent tasks. 190
binchengzhao/delay-timer A task manager based on a time wheel algorithm for managing timed tasks with scheduling and dynamic add/cancel/remove capabilities. 317
jhuckaby/cronicle A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. 3,975
hugoabonizio/schedule.cr Provides a clear and flexible DSL to write periodic or scheduled tasks in Crystal 74
crazy-max/swarm-cronjob Automatically schedules tasks on a distributed system using Docker Swarm and Go 773
onatm/clockwerk A library for scheduling periodic jobs in a simple and efficient manner 160
madflojo/tasks A high-frequency task scheduler that supports concurrent execution and flexible control over task timing. 304
thomasgalliker/ncrontab.scheduler A thread-safe task scheduler for .NET applications 14