timeout method

void timeout(
  1. int arg0
)

Implementation

void timeout(
  int arg0,
) {
  return _timeout(
    arg0,
  );
}