summaryrefslogtreecommitdiff
path: root/docs/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add a send_async method to the Signalpgjones2023-01-241-0/+63
| | | | | | | | | | 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.
* Added `muted` context manager for temproary switching signal off (#84)Phil Jones2023-01-241-0/+13
| | | | | This is useful whilst testing to remove a signal's affects. Co-authored-by: Michael Elovskikh <wronglink@yandex-team.ru>
* Refresh docsBartek Sokorski2023-01-221-8/+7
|
* update licenseDavid Lord2022-07-171-0/+6
|
* update sphinx configDavid Lord2022-07-171-0/+309