Mercurial > pub > ImplabNet
view Implab/PromiseExecutor.cs @ 273:79110a16cab7 v3
Working on Unity xml configuration: Refactoring in progress
author | cin |
---|---|
date | Thu, 26 Apr 2018 19:35:01 +0300 |
parents | 5cb4826c2c2a |
children |
line wrap: on
line source
namespace Implab { public delegate void PromiseExecutor(Deferred deferred); }