doongjohn / cpp-cotask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cotask

C++ 20 coroutine task

Platform

  • Windows: IOCP

Features

  • asnyc file read
    • read to buf
    • read all
    • read line
  • asnyc file write
    • create
    • write
    • write line
    • write append
  • asnyc tcp socket
    • sync listen
    • sync bind
    • asnyc accept
    • asnyc recv once (with timeout)
    • asnyc recv all (with timeout)
    • asnyc send once
    • asnyc send all
  • asnyc timer
  • asnyc cancel

About


Languages

Language:C++ 92.1%Language:CMake 7.9%