Namespace FixAntenna.Common.Threading.Runnable
Classes
FixedRunnablePool<T>
Pool have fixed size.
Create new objects if pool is empty.
Skip objects if the pool is full. Object should be collected by GC in this case.