PromiseExecutor.cs
2 lines
| 81 B
| text/x-csharp
|
CSharpLexer
cin
|
r289 | namespace Implab { | |
public delegate void PromiseExecutor(Deferred deferred); | |||
} |