# kasync **Repository Path**: keengo/kasync ## Basic Information - **Project Name**: kasync - **Description**: high performance c/c++ fiber libary - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-15 - **Last Updated**: 2025-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kasync cross platform high performance async IO libary. * support linux/freebsd/windows system. * linux use epoll/io_uring, bsd use kqueue, windows use iocp. * ssl/tls support. * fiber support(powered by ucontext,windows fiber or boost fcontext) * async socket and file * support sendfile/SSL_sendfile * thread pool