Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 101 of 101 for Goroutines (0.07 sec)

  1. lib/fips140/v1.0.0.zip

    = iota indicatorFalse indicatorTrue ) // ResetServiceIndicato clears the service indicator for the running goroutine. func ResetServiceIndicato() { setIndicator(indicatorUnset) } // ServiceIndicator returns true if and only if all services invoked by this // goroutine since the last ResetServiceIndicato call are approved. // // If ResetServiceIndicato was not called before by this goroutine, its return // value is undefined. func ServiceIndicator() bool { return getIndicator() == indicatorTrue }...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top