-
I've been really curious about building operations on potentially-fallible synchronous code as well, without necessarily needing to pulling in an async runtime and block on a given function. The conte…
-
I've been playing with making a [WebAssembly solver for the Elm ecosystem](https://github.com/mpizenberg/elm-solve-deps-wasm), with the aim of it being easily usable for tooling written in JavaScript.…
-
Since it's an IPC API, it should be async. Moreover, I think async should be the primary/main API, with blocking wrappers on top.
I understand this is going to be a major change/break but given tha…
-
### Describe the bug
I have a async task in http api method like
```java
@POST
@Path("/statistics")
@Consumes("application/json")
@Produces("application/json")
@WithTransaction
public Uni…
-
Make the necessary changes to make rabbitmq-c support an async API.
This will likely require some fairly significant refactoring of the way that rabbitmq-c works both internally and at an external AP…
-
Looking through the documentation at https://docs.circuitpython.org/projects/ble/en/latest/api.htm and example code at https://learn.adafruit.com/circuitpython-nrf52840/location, it seems that you hav…
-
It would be great if `read_pdf` supported an `async` variant so we could `await` the result. This would allow us to easily perform concurrent work while waiting the multiple seconds the API can take t…
-
struson is good for a lot of internet applications. So, async stream writer would be nice to have.
-
**Describe the bug**
if same path with different method and async sync are mixed then they are all considered as async when testing
i use async for (GET) operation
and use sync for (POST,DELETE,P…
-
### Is your feature request related to a problem or challenge?
Currently, only `table` API is async, but `register_table`, `deregister_table`, `table_names`, and `table_exist` can be also async. Al…