mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-03-31 15:16:48 +02:00

This allows the callers condition to be checked immediately without the mainloop running. In addition may_block=True allows the mainloop to poll/sleep rather than immediately return back to the caller. This handles async IO much better than may_block=False, at least for our use-case.