platformΒΆ
Platform functions.
Functions
|
Barrier to guarantee that all operations before the barrier are completed before operations after the barrier are started. |
|
Exit, reporting the given message and signal, and immediately exit the program. |
|
Panic, throwing an error with the given message, and immediately exit the program, aborting any subsequent shots. |
|
Report a result with the given tag and value. |