Exemple #1
0
 /// <summary>
 /// Initializes a new instance of RunLoop connected to the given executor
 /// </summary>
 /// <param name="executor">the executor from which to dequeue the <see cref="IRunnable">s</see></param>
 public RunLoop(QueuedExecutor executor)
 {
     this.executor = executor;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of RunLoop connected to the given executor
 /// </summary>
 /// <param name="executor">the executor from which to dequeue the <see cref="IRunnable">s</see></param>
 public RunLoop(QueuedExecutor executor)
 {
     this.executor = executor;
 }