logoalt Hacker News

ameliaquiningtoday at 1:02 AM1 replyview on HN

What exactly do you mean by "goroutine termination"?


Replies

tgvtoday at 6:41 AM

I suppose: a "go" returns an id, and then you call kill(id) to terminate it, as if it were a pthread or a process. In which case the answer is: no.

show 3 replies