Wait for Millisecond

STD Library
Both Server and Client
Both Mobile and PC

To wait for a certain period of time, the function using this API needs to be declared as async.

Declaration

async func WaitForMillisecond(duration int)
go

Parameters

Input

Name Type Description
Duration (ms) Int Waiting time, in milliseconds