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