Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for iterCallbackYield (0.14 sec)

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

    		println("expect: OK")
    		CoroCgo(callerExhaust, iterCallback)
    	})
    	register("CoroCgoIterCallbackYield", func() {
    		println("expect: OS thread locking must match")
    		CoroCgo(callerExhaust, iterCallbackYield)
    	})
    	register("CoroCgoCallback", func() {
    		println("expect: OK")
    		CoroCgo(callerExhaustCallback, iterSimple)
    	})
    	register("CoroCgoCallbackIterNested", func() {
    		println("expect: OK")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 19:46:10 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top