Ada binding to various async I/O providers (epoll, kqueue, etc)
Go to file
R. Tyler Croy 1d94bae327
Add the Epoll interface
2019-01-06 11:15:14 -08:00
lib New scaffolding for async-ada 2019-01-06 09:05:19 -08:00
obj New scaffolding for async-ada 2019-01-06 09:05:19 -08:00
src Add the Epoll interface 2019-01-06 11:15:14 -08:00
.gitignore Play around with building different 'modes' with gprbuild 2011-02-14 20:30:14 -08:00
LICENSE.txt New scaffolding for async-ada 2019-01-06 09:05:19 -08:00
README.adoc New scaffolding for async-ada 2019-01-06 09:05:19 -08:00
async.gpr New scaffolding for async-ada 2019-01-06 09:05:19 -08:00

README.adoc

<html lang="en"> <head> </head>

Async Ada

The Async Ada library provides interfaces on top of operating system primitives for writing highly concurrent I/O-based applications in Ada.

</html>