Page 1 of 1

Any plans for async/cancellable methods?

Posted: Tue Mar 29, 2022 6:11 pm
by lctxm
The APIs mostly deal with file I/O so surely they can easily be made cancellable?

Re: Any plans for async/cancellable methods?

Posted: Wed Mar 30, 2022 4:55 pm
by Hugo
Hi there,

Thanks for your qustion.

Could you be more specific please in your request? Are you requesting asynchronous file saving?

If so please let me know.

Regards,
Hugo Cudd
Technical Support

Re: Any plans for async/cancellable methods?

Posted: Thu Apr 13, 2023 2:40 pm
by salma
You can cancel many tasks by associating the CancellationTokenSource instance with each task. If you select the Enter key, you cancel all tasks that aren't yet complete.Candy Crush