-
When multi-threading Trios raw, only one file at a time is passed to the worker.
This can't work as each instruments have it's own file. Instead, pass a list of three coincident files.
-
### Discussed in https://github.com/tqdm/tqdm/discussions/1607
Originally posted by **reneleonhardt** September 7, 2024
Is it already possible to use tqdm with other async abstractions/implem…
-
```python
import trio
strong_references = set()
async def amain():
print(f"{trio.lowlevel.current_task()=}")
async def agen_fn():
try:
yield
finally:
…
-
Når ikke udgående
![image](https://github.com/Emilbk/AHK/assets/15651389/46ab0fa9-d1fe-4efd-b74a-7e53f360de85)
-
I want to call OpenModelica from asynchronous code using trio, but cannot do so.
```python
import trio
from omc4py import open_session
async def main() -> None:
with open_session(asynci…
-
I'm pretty sure it's possible if we're willing to use greenlet.
Here's a sketch that's missing important details like exception propagation.
Hook pytest_runtest_loop to keep a Trio event loop ru…
-
@channel I will be going out on Jury Duty tomorrow. This could extend till Friday.
I expect every team to provided me planning status .
Below is illustrative example. You could build on e…
-
The spec refers explicitly to an `asyncio` event loop [here](https://github.com/emmett-framework/granian/blob/master/docs/spec/RSGI.md#__rsgi_init__-method) and [here](https://github.com/emmett-framew…
-
Maybe implement a trios mode?
-