wait()
Blocks the current thread until the condition is signaled.
Declaration
func wait()Discussion
You must lock the receiver prior to calling this method.
Blocks the current thread until the condition is signaled.
func wait()You must lock the receiver prior to calling this method.