summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-asgiref_3.10.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-asgiref: upgrade 3.10.0 -> 3.11.0Wang Mingyu2025-11-251-21/+0
| | | | | | | | | | | | | | Changelog: ============= - "sync_to_async" gains a "context" parameter, similar to those for "asyncio.create_task", "TaskGroup" &co, that can be used on Python 3.11+ to control the context used by the underlying task. The parent context is already propagated by default but the additional control is useful if multiple "sync_to_async" calls need to share the same context, e.g. when used with "asyncio.gather()". Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asgiref: upgrade 3.9.2 -> 3.10.0Wang Mingyu2025-10-141-0/+21
Changelog: - Added AsyncSingleThreadContext context manager to ensure multiple AsyncToSync invocations use the same thread. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>