Mercurial > pub > ImplabNet
view Implab/IComponentContainer.cs @ 148:e6d4b41f0101 v2
fixed timeout handling in promises
author | cin |
---|---|
date | Wed, 15 Apr 2015 07:30:20 +0300 |
parents | dc4942d09e74 |
children |
line wrap: on
line source
using System; namespace Implab { public interface IComponentContainer { void Add(IDisposable component); } }