💗 Happy with
cffu! 🦝 and be a "shifu"~ 😆
🛠 Refactor/Improvements
- fix: handle
InterruptedExceptioninfromSyncCallmethod 💣 - refactor: rename var name of exception 🔠
- refactor: add static import for
Thread.currentThreadmethod
🔌 API Docs
cffu Java API doc: https://foldright.io/api-docs/cffu2/2.0.4/
🍪 Maven dependencies
cffu core lib, including cffu enhancement for Java CompletableFuture:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu2</artifactId>
<version>2.0.4</version>
</dependency>cffu executor wrapper SPI implementation for 📌 TransmittableThreadLocal(TTL):
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu2-ttl-executor-wrapper</artifactId>
<version>2.0.4</version>
<scope>runtime</scope>
</dependency>
