Skip to content

Napolitain/AsyncFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsyncFile

Goal

  • support async file IO in Linux, Windows, and MacOS using
    • io_uring for Linux
    • IOCP for Windows
    • tbd for MacOS
  • support async file IO in C++20 coroutines
  • common interface to use easily with code supposed to be blocking (std::fstream, etc.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published