home.social

#backgroundtask โ€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #backgroundtask, aggregated by home.social.

  1. Async to run background function or task and return a value in C# Tip #41 To run a background task with async, define an async function that returns a value (e.g. string, int). Use await to get the result, matching types.
    #async #await #backgroundTask #CSharp #dotnet #programming #devtips