You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by Markus Weimer <ma...@weimo.de> on 2016/08/01 15:59:01 UTC

Re: .NET Driver-side threads

On 2016-07-26 09:41, Andrew Chung wrote:
> IIRC REEF.NET doesn't have the equivalent of ThreadPoolStage yet.
> Implementing it will definitely be an improvement!

Before we run off and do that, we should research what is already there 
in Rx. In many ways, the local scheduling in Wake/Java was inspired by 
Rx, and it would not surprise me if there was an equivalent to 
`ThreadPoolStage` in Rx.

Markus