Involved Source Files Package synctest provides support for testing concurrent code.
See the testing/synctest package for function documentation.
Package-Level Type Names (only one)
/* sort by: | */
A Bubble is a synctest bubble.
Not a public API. Used by syscall/js to propagate bubble membership through syscalls. Release releases the reference to the bubble,
allowing it to become idle again. Run executes f in the bubble.
The current goroutine must not be part of a bubble.
func Acquire() *Bubble
Package-Level Functions (total 3)
Acquire returns a reference to the current goroutine's bubble.
The bubble will not become idle until Release is called.
The pages are generated with Goldsv0.7.3. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.