Prevent blocking in Max externals

In situations where external objects “block” bangs, for example with aka.shell,  you can encapsulate the block by inserting a delay object before the bang that triggers the external.

This way, everything above the delay will run immediately and only the objects after the delay will block.