Ejemplo n.º 1
0
 protected override void InternalEnqueue(Action action) =>
 //There is no lock here to force sequentiality, since that will cause deadlocks in some
 //situations.  Stub fibers are not thread safe.
 Executor.Execute(action);