@Kyrax80 wrote:
Lets say I have the following flow:
method1() method2()
But method1 takes long to be executed so I want to “launch” it but not to wait for it to finish to execute method2.
How can I do this?
Posts: 1
Participants: 1
@Kyrax80 wrote:
Lets say I have the following flow:
method1() method2()
But method1 takes long to be executed so I want to “launch” it but not to wait for it to finish to execute method2.
How can I do this?
Posts: 1
Participants: 1