Hi,

I'm thinking of implementing a simple execution model that splits an order up into smaller pieces and executes one piece every [x] seconds until all piece have been filled.

Is there a way to implement such a delay/sleep that doesn't block the rest of the algo?

Author