Re: [go-nuts] Golang Deadlock

2022-08-23 Thread Jan Mercl
On Tue, Aug 23, 2022 at 8:40 PM Nihan Khan wrote: > How golang runtime detect deadlock internally? I haven't checked the runtime sources about this, but my guess is something like is done when the scheduler looks for something to do: 'if numberOfGoroutinesBlocked() != 0 && numberOfGoroutinesRunn

[go-nuts] Golang Deadlock

2022-08-23 Thread Nihan Khan
*How golang runtime detect deadlock internally? * -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discuss