Leo Gorodinski

Results 33 comments of Leo Gorodinski

Yes, I think all of these make sense, PR would be great :)

I'd second the rename. I agree that use of `Async.RunSynchronously` is troublesome and that these operations conceal it (particularly from a code quality scanner).

The following should work, but isn't ideal: ``` fsharp let parallelize (parallelism:int) (s:seq> = async { let buffer = new Collections.Concurrent.BlockingCollection(parallelism) let cts = new CancellationTokenSource() try do! Async.ParallelIgnore cts.Token...

Hey @xkrt, following up on this and seeing if your request can be addressed. There is a new function in master (not yet released): `val mapAsyncParallel : f:('a -> Async...

I did put a link to the `AsyncSeq` article at the bottom of the [docs](http://fsprojects.github.io/FSharpx.Async/library/AsyncSeq.html#Related-Articles). I'll add a link to the samples too.

The paper [Your Server as a Function](http://monkey.org/~marius/funsrv.pdf) explains the applications of these ideas to servers. The difference is mostly in the naming `AsyncArrow` is `Service` and `AsyncFilter` is `Filter`. Furthermore,...

The only way to have the `Add` method adhere to the semantics of the agent is to have it call [AsyncAdd](https://github.com/fsprojects/FSharpx.Async/blob/master/src/FSharpx.Async/BlockingQueueAgent.fs#L77) (which waits on a reply from the agent) and...

HyperF? I used it for a repo which I don't maintain anymore.

WRT moving `AsyncSeq` out, a current implementation of `AsyncSeq.groupBy` and variants, as well as `AsyncSeq.bufferByTimeAndCount` and a few others have a few of dependencies that might be worth having on...

HollaBack https://www.youtube.com/watch?v=Kgjkth6BRRY (You)ContinueMe https://www.youtube.com/watch?v=0GWFDYZi2hc Suggestions without an accompanying YouTube video should be considered less seriously :)