view Implab/PromiseExecutor`1.cs @ 267:6b3e5c48131b v3

Working on Unity xml configuration
author cin
date Fri, 20 Apr 2018 19:05:12 +0300
parents 5cb4826c2c2a
children
line wrap: on
line source

namespace Implab {
    public delegate void PromiseExecutor<T>(Deferred<T> d);
}