Example #1
0
 public DefaultPromise(IEventExecutor executor)
 {
     this.executor = ObjectUtil.CheckNotNull(executor, "executor");
 }
Example #2
0
 public CompleteFuture(IEventExecutor executor)
 {
     this.executor = ObjectUtil.CheckNotNull(executor, "executor");
 }