From df7a4df5f68d5a10f88194057dd2772a5dc4a932 Mon Sep 17 00:00:00 2001 From: Sjoerd Talsma Date: Sat, 7 Dec 2024 13:02:07 +0100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 89b0bdc9..72c94960 100644 --- a/readme.md +++ b/readme.md @@ -81,8 +81,8 @@ you can use our _context aware_ ExecutorService instead of your usual threadpool When submitting new work, this automatically takes a context snapshot to reactivate in the background thread. -After the background thread finishes the snapshot is closed, -ensuring no ThreadLocal values leak into the thread pool. +After the background thread finishes, the snapshot reactivation is closed, +ensuring that no remaining ThreadLocal values leak into the thread pool. The `ContextAwareExecutorService` can wrap any ExecutorService for the actual thread execution: ```java