libuv
| Libuv
|
|
|---|---|
|
|
|
| Basic data
|
|
| Maintainer | Saúl Ibarra Corretgé |
| Publishing year | 2011 |
| Current version |
1.38.1 ( July 3, 2020 ) |
| operating system | platform independent |
| programming language | C. |
| category | Event library |
| License | MIT license |
| German speaking | No |
| www.github.com/libuv/libuv | |
libuv is a program library for asynchronous event notification. The library supports epoll ( Linux ), kqueue ( FreeBSD ), Windows IOCP and Solaris event ports . It was originally written for Node.js , but it is also used by Luvit and the Julia programming language.