Blame README

Packit 086201
                                   libverto
Packit 086201
===============================================================================
Packit 086201
Packit 086201
libverto exists to solve an important problem: many applications and libraries
Packit 086201
are unable to write asynchronous code because they are unable to pick an event
Packit 086201
loop. This is particularly true of libraries who want to be useful to many
Packit 086201
applications who use loops that do not integrate with one another or which
Packit 086201
use home-grown loops. libverto provides a loop-neutral async api which allows
Packit 086201
the library to expose asynchronous interfaces and offload the choice of the
Packit 086201
main loop to the application.