cx

Results 6 comments of cx

I second the need for such a document, and would like to add the suggestion for discussing issues coming from - Dealing with the lack of [`asyncio.Future()`](https://docs.python.org/3/library/asyncio-future.html#futures) like futures I...

Hi, thanks for the quick response and the offer to help. I have posted the problem at stackoverflow [Converting code using asyncio.Future futures to anyio](https://stackoverflow.com/questions/72059321/converting-code-using-asyncio-future-futures-to-anyio). I'll admit that I'm not...

They are long running e.g. because the connection requires keep-alive messages and hardware monitoring that is coordinated with send/receive actions. You are probably right that in hindsight individual tasks could...

Thank you both for taking the time to point out a better way to do it. I want to stop hijacking this issue with my specific use case, but I...

I had the same idea when I saw that feature. Are the streams obtained from [anyio.create_memory_object_stream()](https://anyio.readthedocs.io/en/stable/api.html#anyio.create_memory_object_stream) thread safe? Edit: never mind the question, i just realized that you mentioned from_thread.run...

It would be great if markdig would use a different class for checked list items. That way this issue could be mitigated by using some css that would e.g. strike...