CC#•Created by honey the codewitch on 12/18/2024 in #help Looking for a better way to cancel on keypress from the console
the thing is, await
is what's really hamstringing me here. If I was just polling the task for completion in a loop, I could check for keypress in the polling loop and set the cancelation token.