Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for callerStopLocked (0.15 sec)

  1. src/runtime/testdata/testprog/coro.go

    		CoroLockOSThread(callerLockAfterPull, iterSimple)
    	})
    	register("CoroLockOSThreadStopLocked", func() {
    		println("expect: OK")
    		CoroLockOSThread(callerStopLocked, iterSimple)
    	})
    	register("CoroLockOSThreadStopLockedIterNested", func() {
    		println("expect: OK")
    		CoroLockOSThread(callerStopLocked, iterNested)
    	})
    }
    
    func CoroLockOSThread(driver func(iter.Seq[int]) error, seq iter.Seq[int]) {
    	if err := driver(seq); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 19:46:10 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top