asynqro icon indicating copy to clipboard operation
asynqro copied to clipboard

Futures and thread pool for C++ (with optional Qt support)

Results 4 asynqro issues
Sort by recently updated
recently updated
newest added

Hi, this library looks absolutely perfect, just I don't see much examples (mainly for task scheduler) and installation instructions. Is making of more examples planned in near time? Thanks -...

Hi @dkormalev, I've just seen your great [talk](https://www.youtube.com/watch?v=9TM5nRHXLPo), and I'm having trouble identifying which "threadpoolcpp" library you mention -- a google search yields more viable repositories than I'd expect. Could...

Hi, I am trying to parallelize a library with a synchronous interface, preserving backwards compatibility. Even if the interface doesn't use Futures, I could still do something like this: ```cc...

In some cases it is beneficial to group few subpools together so they would each be restricted by their own limits and also will be restricted together. For example, we...