Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/testdata/testwinlib/main.go

    func CallMeBack(callback C.callmeBackFunc) {
    	C.bridgeCallback(callback)
    }
    
    // Dummy is called by the C code before registering the exception/continue handlers simulating a debugger.
    // This makes sure that the Go runtime's lastcontinuehandler is reached before the C continue handler and thus,
    // validate that it does not crash the program before another handler could take an action.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 08 15:44:05 UTC 2022
    - 925 bytes
    - Viewed (0)
Back to top