Closed passsy closed 1 year ago
Not required right now, but in the future tap and other gestures might become much more powerful, requiring an async API.
tap
Now act.tap() becomes await act.tap(). If you forget it, it will throw an error.
act.tap()
await act.tap()
Features I'd like to add in the future:
act
Not required right now, but in the future
tap
and other gestures might become much more powerful, requiring an async API.Now
act.tap()
becomesawait act.tap()
. If you forget it, it will throw an error.Features I'd like to add in the future:
act