type internal/synctest.Bubble

5 uses

	internal/synctest (current package)
		synctest.go#L74: type Bubble struct {
		synctest.go#L80: func Acquire() *Bubble {
		synctest.go#L82: 		return &Bubble{b}
		synctest.go#L89: func (b *Bubble) Release() {
		synctest.go#L99: func (b *Bubble) Run(f func()) {