Hey so, I've got a couple of couple of implementat...
# coroutines
g
Hey so, I've got a couple of couple of implementations of something that do the same thing. They use different strategies and each will perform differently depending on the type of configuration. What I'd like to do is have these two co-routine users steal CPU time from each other based on how they're performing. In other words, the one that is performing the best should get the lions share of the dispatchers dispatched jobs. Is there a natural way to express something like that with a wrapper on a dispatcher?