Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParallelRaceCompute ¶
ParallelRaceCompute starts `count` number of go routines that calls the provided function `fn` at the same to allow the race detector greater oppotunity to capture known race conditions. This method blocks until each count number of fn has completed, any returned errors is considered a failing test method. If the race detector is not enabled, the function then skips with an notice. This is intended to show that a test was intentionally skipped instead of just missing.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.