Files
scrypted/server
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
..
2025-01-23 09:23:13 -08:00
2024-12-28 13:08:22 -08:00
2025-11-16 11:33:40 -08:00
2021-09-09 17:48:39 -07:00
2024-08-24 18:12:00 -07:00
2024-08-24 18:12:00 -07:00
2025-03-12 09:46:28 -07:00