Merge pull request #3409 from vicious-widgets/vicious-async

Remove Vicious as async counterexample
This commit is contained in:
mergify[bot] 2021-09-07 21:25:04 +00:00 committed by GitHub
commit c88dcf5405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ Do **not** use such functions and prefer `awful.spawn.easy_async`,
fast enough and won't impact the main event loop iteration time, you are wrong.
*Every* calls to `io.open` are impacted by the system `iowait` queue and can
spend hundreds of milliseconds blocked *before* being executed. Note that
some common widget or probe libraries such as
[Vicious](https://github.com/Mic92/vicious) do not follow this
some common widget or probe libraries do not follow this
advice currently and are known to cause input lag on some systems (but not all).
In both case, a warning like: