-
For Kotlin Coroutines service/server implementations generated code uses `io.grpc.kotlin.AbstractCoroutineServerImpl`.
As GRPC generator doesn't create any service interfaces, Spring's AutoProxy aspe…
-
BPO | [26000](https://bugs.python.org/issue26000)
--- | :---
Nosy | @serhiy-storchaka, @swgillespie, @tirkarthi
Superseder | bpo-31852: Crashes with lines of the form "async \"
Files | [asan…
-
I noticed that `time.sleep()` is a no op in the pyodide's cpython webassembly runtime. As cpython implements it using `select.select()`'s timeout, it's not really a surprise that it's not supported by…
-
### What is it?
Implement `w3.async.` which is an async mirror of APIs available on `w3.`.
This will be exploratory work to figure out how we introduce an `async/await` friendly API into web3.…
-
**Bug Report**
Some obvious type issues with `coroutines` are not detected. See two examples below.
**To Reproduce**
```python
import asyncio
async def function_one():
return 1
…
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
Would be very welcome if we add support for Python 3.8.
**Additional context**
I can…
-
I am first subscribing for notifications (using `observe`) then trying to connect to my peripheral (`connect`).
Actually my device is not available so no connection is established and no services dis…
-
BPO | [30491](https://bugs.python.org/issue30491)
--- | :---
Nosy | @gvanrossum, @ncoghlan, @giampaolo, @njsmith, @asvetlov, @cjerdonek, @serhiy-storchaka, @1st1, @gvanrossum, @Carreau, @ryanhiebert, …
-
Using Unity 2019.4.6f1, if you build either debug or release from within Unity editor for UWP and then build a *RELEASE* x64 version using the resulting solution from the editor's build then upon invo…
-
In particular when the state change is initiated by a late event method such as OnBecameInvisible this is presumably because deactivating the game object is beating the Enter Couroutine in some way.