On Tuesday, 15 October 2019 at 06:16:07 UTC, zoujiaqing wrote:
Hunt is an extension library of D language standard library, which is equivalent to boost in C++. The core of Hunt is event-driven network IO base library. It supports epoll, IOCP and kqueue. It has excellent IO performance and friendly API.
You can find some sample code in examples: https://github.com/huntlabs/hunt/tree/master/examples
