-
## 🏗 Enhancement Proposal
"ValueTask" was introduced last year in netstandard to replace "Task" for performance reasons.
ValueTask is a struct, Task is a class. A struct is allocated and transmitt…
-
### Feature Title
asyncio
### Problem Statement
If a Python file does not have asynchronous support (i.e., it doesn't use async and await keywords, or libraries designed for asynchronous programmin…
-
## Expected Behavior
When using async completion of an activity returning a primitive value and completing with `null`, a `NullPointerException` should be generated in either the Workflow or when c…
-
It looks like I just can't interact with entities of the _switch_ domain. That should work already, shouldn't it? Other domains are working just fine.
Whenever I try to enable or disable a switch, …
-
https://discuss.ocaml.org/t/lwt-vs-system-threads/5007
-
I need this to block the main thread for reasons.
Could I maybe use fs.readFileSync and somehow turn that into a data URL?
-
**Edit:** Changed disambiguator to `stream`, removed sync variant, clarified.
**Edit:** Added arrow function variant, `parallel` keyword
**Edit:** Most of this is out of date. Please see [this gist]…
-
What do you think about adding async method overloads? There is a lot of operations on streams that could benefit from that.
-
Note to self for now:
See if we can remove macroTasking behavior - in particular see if we are able to do something like the following after fixing autoStart behavior
```ts
// Returns a funct…
jeswr updated
2 years ago
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…