File Explorer

/proc/4/root/usr/share/doc/libverto

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
4 files
README617 B · 11 lines
                                   libverto=============================================================================== libverto exists to solve an important problem: many applications and librariesare unable to write asynchronous code because they are unable to pick an eventloop. This is particularly true of libraries who want to be useful to manyapplications who use loops that do not integrate with one another or whichuse home-grown loops. libverto provides a loop-neutral async api which allowsthe library to expose asynchronous interfaces and offload the choice of themain loop to the application.