What do you want to happen that you’re not seeing happen? If you’re missing the garbage collection of things the task allocated, you can just assign t = nothing and it’ll then eventually collect all that trash.
Hi. @mbauman I would like to kill the task which is executed by async.
But when I do nothing, the task is still running after finishing the julia script.