Go to file
Andrew Lock e21dc21b40 Use Task.Run instead of Task.Factory.StartNew (#611)
Addresses #571
Using `TaskCreationOptions.LongRunning` creates a dedicated thread, but
it's released on the first await. Using Task.Run uses the thread pool
instead
2019-01-02 09:12:26 -08:00
src/Logging Use Task.Run instead of Task.Factory.StartNew (#611) 2019-01-02 09:12:26 -08:00