Support keyword arguments in callbacks
オープン
enhancement
- 主要言語
- Python
- スター
- 2.5k
- フォーク
- 260
- 平均マージ
- 2日 8時間
- マージ済み PR(30日)
- 19
説明
When supplying sync functions and coroutine functions as callbacks, `anyio` should accept and supply keyword arguments when calling them.
The following functions accept and supply `*args` to callbacks, but not keyword arguments:
- `anyio.to_thread.run_sync()`
- `anyio.to_process.run_sync()`
- `anyio.from_thread.run_sync()`
コントリビューションガイド
評価
この issue はまだ評価されていません。