Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-288550: Warn me that Task.WaitAll() call with no arguments is redundant

$
0
0
Reporter Vladimir Reshetnikov (nikov) Vladimir Reshetnikov (nikov)
Created Feb 27, 2012 8:27:22 AM
Updated Feb 27, 2012 8:27:22 AM
Priority Normal
Type Feature
Fix versions No Fix versions
State Submitted
Assignee Unassigned
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
using System;
using System.Threading.Tasks;

class Program
{
    static void Main()
    {
        Task.Factory.StartNew(() => Console.WriteLine(1));
        Task.Factory.StartNew(() => Console.WriteLine(2));

        Task.WaitAll(); // it does not actually wait for anything
    }
}

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>