I tried using sleep() in Darwin however that seems to delay the execution of my previous function.
SomeStruct.display(argument) sleep(1)
If I