44

Found my most ridiculous function ever, back from when I was first learning.

async Task Delay(int time)
{
await Task.Delay(time)
}

Comments
  • 2
    You have to start somewhere ;)

    -----------

    Welcome to devRant!
  • 0
    Before static usings I guess it would save a few chars if you had a lot to delay.
Add Comment