Expose defer_to_threadpool in the module API (#19032)

This commit is contained in:
Andrew Morgan
2025-10-09 15:15:13 +01:00
committed by GitHub
parent bcbbccca23
commit e3344dc0c3
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1 @@
Expose a `defer_to_threadpool` function in the Synapse Module API that allows modules to run a function on a separate thread in a custom threadpool.