Relative Content

Tag Archive for gnomegnome-shell-extensionsgjs

How to Simulate Concurrency in GJS?

I am trying to use aosd_cat to visually label each accessibility element on the linux desktop. I can spawn this command synchronously no issue, but cannot find a way to spawn this command in many times parallel to visualize every element at once (i.e. without blocking until the previous visualization finishes)