Adam Bell :catPOWER: on Nostr: npub18jyej…gkgwn sorry, I mistyped there and should've been more specific. I meant ...
npub18jyej7jn30zgrrj8x74gmyrgqq6rpr4vq30a4jc05vsrrduv82qs8gkgwn (npub18jy…kgwn) sorry, I mistyped there and should've been more specific. I meant the "main" goroutine (i.e. the same one that's accessing / writing data).
If I call func A() from main (i.e. the initial goroutine) and then want to call func A() (but just 2 seconds later) on that same goroutine that isn’t possible
If I call func A() from main (i.e. the initial goroutine) and then want to call func A() (but just 2 seconds later) on that same goroutine that isn’t possible