Vitalii Akimov

Results 15 comments of Vitalii Akimov

of course, soon, there'll be more examples and blog posts. I'm working on a big update now. After it is finished I'll spend more time on use cases and docs.

Hi Vitaliy Absence of syntax quote is critical there, as it is compile time variable. It will work with it on Clojure but won't on ClojureScript unfortunately, since there they...

@benjamingr > I'm not even sure what combineLatest would mean in a pull-based model, would you expect it to attempt to pull from all observables when it is being pulled...

@zenparsing > First, I notice that in all the provided examples we are awaiting a never-resolving promise inside of a finally block. No, at least in my example, finally block...

@Jamesernator > I think the queue as it currently exists should remain, but why? I mean, I've, of course, read the motivation like to make something running in parallel with...

@benjamingr >> There is no way (and shouldn't be) to run different parts of a single async generator simultaneously. > > That's not true for arbitrary async iterators though indeed,...

@Jamesernator The same may be solved using explicit queue wrapper. I would rather have merging working rather than the implicit queue. And as another advantage of the queue is explicit...

@Jamesernator fair point, I don't really mind much about the cancelation, just wanted something simpler. Still, the solution to this problem is possible, it can be some db context where...

actually, the cancelation proposal will indeed solve the problem faster than something can be changed in this spec, so I'm closing the issue. Thanks, everyone, esp. @Jamesernator.

in case if someone needs this urgently, you can use my transpiler - [@effectful/es](https://github.com/awto/effectfuljs/tree/master/packages/es) (sorry for advertisement). In abstract interface mode, you can extend the interface with any functionality you...