PromiseExecutor`1.cs
2 lines
| 80 B
| text/x-csharp
|
CSharpLexer
cin
|
r289 | namespace Implab { | |
public delegate void PromiseExecutor<T>(Deferred<T> d); | |||
} |