-
Async operations are used to avoid blocking threads on IO wait. Unfortunately NPOI currently only supports sync operations when writing documents to streams, which for instance doesn't work with AspNe…
-
- Handling output streams in an async way is currently not supported.
For example:
``` perl
for (0..2) {
say "test";
sleep 2;
}
```
will take 6 seconds to run befor…
-
Many users and downstream applications rely on CPU/GPU transfers for interoperability, including in the zero code change interfaces for pandas, Polars, and Spark. Speed of CPU/GPU transfers can someti…
-
Currently, the `harFromMessages` function in the `chrome-har` module does not support asynchronous iteration using `for await...of`. This limitation makes it difficult to process asynchronous streams …
-
### Please avoid duplicates
- [X] I checked [all open bugs](https://github.com/nock/nock/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and none of them matched my problem.
### Reproducible test case
A…
-
I'm connecting to clickhouse using the asynch Pool. If I let the connection idle for a few minutes, apparently the server closes the connection on its end. Now, the next time I try to execute a query …
-
### Please avoid duplicates
- [X] I checked [all open bugs](https://github.com/nock/nock/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and none of them matched my problem.
### Reproducible test case
h…
-
### Version
v5.21.1
### Platform
NodeJS
### What happened?
I set queue option `streams.events.maxLen` to 10, confirmed Redis key `bull::meta` field `opts.maxLenEvents` is 10. Still `bul…
-
I'm thinking this is mainly a need to document the `end` event somewhere [here](http://highlandjs.org/), but:
Here's a very simple async stream that generates [0,1,2,3,4,5,6,7,8,9,10]:
```
var val =…
-
### Is there an existing issue for this? (Please read the description)
- [X] I have searched the existing issues
### Current Behavior
In the current version (3.8.3), trying to play a song where the…