Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

asyncness

Asynchronous programming primitives for C


A set of primitives for asynchronous programming in C (async/await, semaphore, timer) with a simple and clean api. The main ideas were taken from protothreads and async.h

Features

  • Simple & Clean API.
    • predictable behavior included
  • 100% pure, portable C.
    • CPP support included
  • Windows, Linux, *BSD and OSX supported.
    • OS indepent
  • Ability to be cool.
    • now you can say "fuck off" to your friends who use...
      • nodejs
      • C#
      • C++
      • python's asyncio
      • and other shit

About

asynchronous programming components for C, such as async/await, timers, semaphores

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages