-
Execute async on self?
Hi,
I have a decision tree function and rather than run it recursively and building a stack I’d like to trigger the next execution asyncly. The idea is that when the process is idle it will handle then next branch.
The idea is to have something like this inside the function:
neg[0i] “execute_next[]”
I know neg[0i] doesn’t work but is there some internal command that can handle this?
An alternative is to create a FIFO pipe, just curious if there’s a way to do this.
Log in to reply.