From 33390cbc99d9f716c1f0adad1146b0a255f9fde8 Mon Sep 17 00:00:00 2001 From: q3769 Date: Thu, 21 Sep 2023 23:50:47 -0500 Subject: [PATCH] + doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12ffb46..23573f2 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ where ```Terminable``` is defined as ```java public interface Terminable { /** - * Nonblocking, initiates an orderly shutdown of all managed thread resources. Previously submitted tasks are - * executed, but no new tasks will be accepted. Invocation has no additional effect if already shut down. + * Initiates an orderly shutdown of all managed thread resources. Previously submitted tasks are executed, but no new + * tasks will be accepted. Invocation has no additional effect if already shut down. */ void shutdown();