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