Files
scrypted/server/python
Raman Gupta a4d28791ed server: python rpc should use create_task instead of run_coroutine_threadsafe (#1953)
run_coroutine_threadsafe is designed for scheduling coroutines from a
different thread onto the event loop. Since readLoop is already running
as an async function on the event loop, using create_task is the correct
and more efficient approach.

This removes unnecessary thread-safe queue overhead for every RPC message.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 09:34:44 -08:00
..
2021-11-04 20:29:02 -07:00
2024-11-21 14:53:16 -08:00
2024-11-21 14:53:16 -08:00
2025-07-31 11:04:16 -07:00
2024-11-21 14:53:16 -08:00
2024-11-21 14:53:16 -08:00