##// END OF EJS Templates
Added awaiters to promises...
Added awaiters to promises Added static methods to Promise Resolve, Reject, All. Updated promise helpers

File last commit:

r236:302ca905c19e v2
r248:5cb4826c2c2a v3
Show More
AutomatonConst.cs
9 lines | 180 B | text/x-csharp | CSharpLexer
namespace Implab.Automaton {
public static class AutomatonConst {
public const int UnreachableState = -1;
public const int UnclassifiedInput = 0;
}
}