Hi,
I want to make server using kwik, but I cant find information about any support for "async" data processing. Something like calling "read" method with lambda argument, and executing lambda when result is done on thread from thread pool. This give performance impact (We don't need to run thread for single connection, instead threads are reused and called when it is necessary). When I use TCP before, I've done this using Java NIO api. Is there something simillar in kwik?