I have an asyncio question.

In Python 3.7, is there a way to reliably end a task after having
already tried calling cancel() on it and waiting for it to end?

In Python 3.6, I did this with task.set_exception(), but in 3.7 that
method was removed.

--Chris
_______________________________________________
Async-sig mailing list
Async-sig@python.org
https://mail.python.org/mailman/listinfo/async-sig
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to