Remove Vicious as async counterexample
Vicious has stopped using io.popen since October 2019.
This commit is contained in:
parent
8a81745d4d
commit
be45b40cdb
|
@ -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.
|
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
|
*Every* calls to `io.open` are impacted by the system `iowait` queue and can
|
||||||
spend hundreds of milliseconds blocked *before* being executed. Note that
|
spend hundreds of milliseconds blocked *before* being executed. Note that
|
||||||
some common widget or probe libraries such as
|
some common widget or probe libraries do not follow this
|
||||||
[Vicious](https://github.com/Mic92/vicious) do not follow this
|
|
||||||
advice currently and are known to cause input lag on some systems (but not all).
|
advice currently and are known to cause input lag on some systems (but not all).
|
||||||
|
|
||||||
In both case, a warning like:
|
In both case, a warning like:
|
||||||
|
|
Loading…
Reference in New Issue