endVoid
public
Ends a RunLoop. This must be called sometime after you call run.begin()
to flush any deferred actions. This is a lower-level way to use a RunLoop instead of using run()
.
run.begin(); // code to be executed within a RunLoop run.end();
Returns:
-
Void
Please login to continue.