Skip to content

dlib.async

Timur Gafarov edited this page Jun 25, 2018 · 6 revisions

dlib.async

A cross-platform event loop and asynchronous programming capabilities. This package can be used to implement asynchronous servers. Under the hood the package is based on different multiplexing APIs: Epoll on Linux, IOCP on Windows, and Kqueue on BSD/OSX.

Important: since dlib 0.13.0, dlib.async is no more core part of the project. You can still find it in async branch, but due to the lack of maintainence it's not recommended to use it in production.

Modules

Subpackages

Clone this wiki locally