Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt
hiddentrue

spin(duration) Loops spins (in a cpu loop) for a period of time (in seconds).

Function: spin()

Pauses the thread analysis Spins (in a cpu loop) for a period of time (in seconds).

Syntax

spin(duration)

ArgumentTypeDescription
durationIntegerPause duration (in seconds)

Examples

spin(0.1)

Spins (in a cpu loop) for one tenth of a second.

...