asyncio: Is it possible to cancel a future been run by an Executor?
I would like to start a blocking function in an Executor using the asyncio call loop.run_in_executor and then cancel it later, but that doesn’t seem to be working for me.
I would like to start a blocking function in an Executor using the asyncio call loop.run_in_executor and then cancel it later, but that doesn’t seem to be working for me.