xSleep abstract method

void xSleep(
  1. Duration duration
)

Sleeps for the passed duration.

Implementation

void xSleep(Duration duration);