Hey guys can you give me feedback on a new library? it's the parallel api I always wanted.
https://github.com/kobi2187/paraqueue
It's meant to simplify the mental model of concurrent non-fine grained applications, it uses the async co-routines not threads, and began by asking how to limit concurrent operations. applications are for example a download manager and similar. there are several deques, organized for you... anyway just try it out and tell me if it's any good.
Thanks! kobi