Added experimental async event handlers

This commit is contained in:
RogueException
2015-12-02 07:03:13 -04:00
parent 72e43227bf
commit 7237c6b3bf
19 changed files with 673 additions and 442 deletions

View File

@@ -9,7 +9,7 @@ namespace Discord.Tests
{
//TODO: Tests are massively incomplete and out of date, needing a full rewrite
[TestClass]
/*[TestClass]
public class Tests
{
private const int EventTimeout = 5000; //Max time in milliseconds to wait for an event response from our test actions
@@ -167,5 +167,5 @@ namespace Discord.Tests
{
Task.WaitAll(tasks.Where(x => x != null).SelectMany(x => x).ToArray());
}
}
}*/
}