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