Package frc.team_8840_lib.utils.async
Class Promise
java.lang.Object
frc.team_8840_lib.utils.async.Promise
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatch_err(ErrorCallback callback) finish()finish(PromiseMethod method) booleanresolved()then(PromiseMethod callback) static voidWaitThen(Condition cond, Callback res, ErrorCallback rej) static voidWaitThen(Condition cond, Callback res, ErrorCallback rej, int delay)
-
Constructor Details
-
Promise
-
-
Method Details
-
WaitThen
-
WaitThen
-
then
-
finish
-
finish
-
resolved
public boolean resolved() -
catch_err
-