Dor Shtaif

Results 7 issues of Dor Shtaif

Hi, I'm trying to integrate rxcpp into **libuv**, utilizing it's timers, thread pool, etc. through the rxcpp constructs. I'm currently trying to make a scheduler which delegates the scheduling over...

Is there a way to get the type of cURL error that occured? It appears that the cURL handles are finalized and closed as soon as the response data is...

Thank you for bringing this promise concept to C++ land! This library is super-useful for event loop driven programming! :) Consider this: ```cpp promise::Defer p = promise::resolve(); p.then([]() { std::cout

As Scaphold was shutdown and moved to Amazon or something anyway...

The tests you demonstrate are quite amazing when compared to the stock Angular's ng-include. I would really like to have this advantage because I do tend to split a lot...

Hi :) I'm developing a Raspberry Pi Node.js quadcopter. Will the pi-blaster and it's Node.js binding allow me to produce 4 different, maximally accurate, hardware PWM signals at the same...

question

As described in the `README.md`'s ["Concurrency" section](https://github.com/tc39/proposal-async-iterator-helpers/blob/5b621912db31d7d8e1df6690540f25bb3171a044/README.md#concurrency), and also as been discussed a lot across the [Add a buffering helper](https://github.com/tc39/proposal-async-iterator-helpers/issues/4) issue thread - the helpers are designed to NOT queue...