summaryrefslogtreecommitdiff
path: root/requirements/tests.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add a send_async method to the Signalpgjones2023-01-241-2/+8
| | | | | | | | | | This allows for signals to send to coroutine receivers by awaiting them. The _async_wrapper and _sync_wrapper allows for conversion of sync and async receivers as required if defined. If not defined a runtime error is raised. The wrappers are used to avoid any direct tie into asyncio, trio, greenbacks, asgiref, or other specific async implementation.
* Move requirements filesBartek Sokorski2023-01-221-0/+29