Leo Gorodinski

Results 26 issues of Leo Gorodinski

Added a warning for network failures in the call to SerialKey.Set It would be nice if the operation returned a Task rather than void to indicate that network IO is...

Wanted to see if anybody had input on another async-based control abstraction. Source code [here](https://github.com/eulerfx/FSharpx.Async/blob/asyncpipe/src/FSharpx.Async/AsyncPipe.fs). An async pipe is similar to an `AsyncSeq` but more general. In addition to emitting...

A channel akin to CML / Hopac with the following operations: ``` fsharp type Ch val createFull : 'a -> Ch -> Async Ch

The types: ``` fsharp type AsyncArrow = 'a -> Async) (f:AsyncArrow) : AsyncArrow /// Creates an arrow which filters inputs to the specified arrow. val filterAsync (p:AsyncArrow) (f:AsyncArrow) : AsyncArrow...

This would be an async version of `IEvent` or `IObservable`. The issue with `IObservable` alone is that consumers have to be functions of type `'a -> unit`. As a result,...

The is a POC/WIP of an upgrade to Orleans 8