Does .NET Client have a reactive (Rx) feature set equivalent to the Java client?

See this post in the Java SDK forum about Reactive N1QL in java.

Is something equivalent possible in C#/.NET right now?

Warren

@wpostma -

The .NET SDK does not have a RX API; the closest thing is async/await. There is a possibility that we may add an RX API in the future if the interest in there.

-Jeff