cancel()
Cancel the future and schedule callbacks.
If the future is already done or cancelled, return False
. Otherwise, change the future’s state to cancelled, schedule the callbacks and return True
.
cancel()
Cancel the future and schedule callbacks.
If the future is already done or cancelled, return False
. Otherwise, change the future’s state to cancelled, schedule the callbacks and return True
.
Designed by : w10schools
service@w10schools.com
Please login to continue.