If I use spawn{}, do I have to "unsubscribe" it again to call it again?

Hello there!
I have a question about the spawn{} event. When I use the spawn{} event, do I have to like “unsubscribe” the function again like you have to do with .Subscribe() if I want to call a function a 2nd time?

Greetings!

You can consecutively call spawn{} as much as you like and it’ll start a new chain of execution each time.

2 Likes