-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up and (add some more documentation to) core package.
Signed-off-by: Sjoerd Talsma <sjoerdtalsma@users.noreply.github.com>
- Loading branch information
1 parent
76dd949
commit 7b17dea
Showing
9 changed files
with
56 additions
and
501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
...ropagation-core/src/main/java/nl/talsmasoftware/context/core/concurrent/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* | ||
* Copyright 2016-2024 Talsma ICT | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
/** | ||
* Classes adding context support to concurrent usage. | ||
* | ||
* <p> | ||
* | ||
* <h2>{@linkplain nl.talsmasoftware.context.core.concurrent.ContextAwareExecutorService ContextAwareExecutorService}</h2> | ||
* <p> | ||
* An {@code ExecutorService} that propagates a {@linkplain nl.talsmasoftware.context.api.ContextSnapshot ContextSnapshot} | ||
* to submitted tasks. Any existing {@linkplain java.util.concurrent.ExecutorService ExecutorService} can be used | ||
* as a delegate, including those from the {@linkplain java.util.concurrent.Executors Executors} utility class. | ||
* | ||
* <h2>{@linkplain nl.talsmasoftware.context.core.concurrent.ContextAwareCompletableFuture ContextAwareCompletableFuture}</h2> | ||
* <p> | ||
* | ||
*/ | ||
package nl.talsmasoftware.context.core.concurrent; |
83 changes: 0 additions & 83 deletions
83
...e/src/main/java/nl/talsmasoftware/context/core/delegation/CallMappingExecutorService.java
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
...tion-core/src/main/java/nl/talsmasoftware/context/core/delegation/CallableToRunnable.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.