In addition to the actions performed by the {@link #shutdown} method,this method invokes the {@link AsynchronousChannel#close close}method on all open channels in the group. This method does not attempt to stop actively executing {@link CompletionHandler completion handlers}.
The group is likely to terminate quickly after invoking this method but there is no guarantee that the group has terminated on completion of this method. @return this group @throws IOException if an I/O error occurs
|
|
|
|