if you want it concurrently you’d want an Async task or basically construct an object, run the execution, maybe return a delegate, then cancel the task.
for example the AsyncLoadAsset node
if you want it concurrently you’d want an Async task or basically construct an object, run the execution, maybe return a delegate, then cancel the task.
for example the AsyncLoadAsset node