コード例 #1
0
 @Override
 protected void post() {
   for (DataWriter<I> writer : tasks) {
     writer.post();
     writer.close();
   }
 }