4 Commits

Author SHA1 Message Date
J. Nick Koston
4c915b112e
Add full function names to body of blocking function in asyncio docs (#2274)
https://github.com/home-assistant/developers.home-assistant/pull/2273#discussion_r1721032632

The titles are left as-is since the link that is generated from core
when one of these functions is hit only includes the function name
and not the full path to the function. Changing the title of the block
would break the link.
2024-08-18 21:27:15 +02:00
J. Nick Koston
a95671d886
Document new blocking operations that can be detected being called in event loop (#2273)
* Document new blocking operations that can be detected being called in the event loop

* Update asyncio_blocking_operations.md

Co-authored-by: G Johansson <goran.johansson@shiftit.se>

* Update asyncio_blocking_operations.md

* Update asyncio_blocking_operations.md

* Update asyncio_blocking_operations.md

---------

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2024-08-18 19:37:52 +02:00
J. Nick Koston
7b4e29a990
Update asyncio_blocking_operations for blocking ssl context (#2265) 2024-08-06 17:01:22 +02:00
J. Nick Koston
1da399a9b9
Add guide for handling asyncio blocking operations (#2225) 2024-06-21 12:55:36 -05:00