I want to call an async function which result I am not interested in. Do I have to await it anyway if I don't want the function blocks the thread?
Is there a way to execute non-blocking code and not to wait for it?
I want to call an async function which result I am not interested in. Do I have to await it anyway if I don't want the function blocks the thread?
Is there a way to execute non-blocking code and not to wait for it?