Jarred Ward
Jarred Ward
Noted! FWIW I did put a special case in the default goroutine scheduler to run len one tasks (w/o wait groups) and the last `f` "on-thread:" https://github.com/99designs/gqlgen/pull/3468/files#diff-3a919dfc5028540a932a129e10b6e9cb749a1fd70be686dc7471ff440d823086R37-R40 So it should...
First draft of libs to support IO batching and coroutines are here: - https://github.com/webriots/corio - https://github.com/webriots/coro Note: they're still quite rough and I have more work to do on them....
Also, we have deque in a very hot path of a busy production system. It's a critical piece of an IO scheduler. Anyway, thanks for a great lib.