Mercurial > pub > ImplabNet
view Implab/PromiseExecutor.cs @ 279:8714471e8d78 v3
Container configuration cleanup, RC2
author | cin |
---|---|
date | Fri, 04 May 2018 18:12:42 +0300 |
parents | 5cb4826c2c2a |
children |
line wrap: on
line source
namespace Implab { public delegate void PromiseExecutor(Deferred deferred); }