-
https://fairjm.github.io/2019/01/30/translate-the-various-kinds-of-io-blocking-non/
-
Currently, the default dispatcher used for suspending controller functions is `Dispatchers.Unconfined`, which is a dangerous poor choice. I believe it was chosen due to the common misconception that `…
-
### Expected Behavior
If a controller returns a coroutine flow from a suspend function, only the first value of the flow is returned as an object instead of all items as a json array. In case of Stri…
-
`std.io.poll` is implemented by writing the data from each stream to a `std.LinearFifo`. However, this implementation is problematic:
* It requires `poll` to be able to allocate
* It leads to issu…
mlugg updated
1 month ago
-
I'm filing this issue perhaps prematurely, because I do not yet have a reduced reproduction. I plan to work on one, but I wanted to put this up first in case this was a known issue or is somehow expec…
-
Internal [adapter API](https://github.com/lemunozm/message-io#custom-adapter) docs [here](https://docs.rs/message-io/0.13.0/message_io/network/adapter/index.html).
List of candidates:
- [laminar](…
-
Hi!
Would you consider supporting Async APIs?
There are some IO blocking operations (e.g. loading of plugins, or even plugin's startup), and currently, in my async non-blocking app, I have to r…
-
Could anyone answer me what is the difference in io-uring bahavior between using `non-blocking` and `blocking` streams?
-
The [JavaScript Promise Integration specification](https://github.com/WebAssembly/js-promise-integration/blob/525e3f547e338ba975ae4ee4440a130919e0ba0e/proposals/js-promise-integration/Overview.md) is …
-
See [this run](https://github.com/sqitchers/sqitch/runs/3900675895?check_suite_focus=true), with this bit:
```
cpm install --global --verbose --show-build-log-on-failure --no-test Locale::TextDoma…