-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: split
cffu-utils
and cffu-kotlin
modules from `cffu-cor…
…e` 📐
- Loading branch information
Showing
36 changed files
with
638 additions
and
380 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<html lang="en"> | ||
<body> | ||
<p>This is the API documentation for the | ||
<a href="https://github.com/foldright/cffu" target="_blank"> | ||
🦝 Java CompletableFuture Fu(aka. <dfn>CF-Fu</dfn>, pronounced "Shifu")</a>, | ||
a tiny 0-dependency sidekick library for | ||
<a href="https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/concurrent/CompletableFuture.html"><code>CompletableFuture</code></a> | ||
to improve user experience and reduce misuse. | ||
<a href="https://github.com/foldright/cffu" target="_blank"> | ||
🦝 Java CompletableFuture Fu(aka. <dfn>CF-Fu</dfn>, pronounced "Shifu")</a>, | ||
a tiny sidekick library for | ||
<a href="https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/concurrent/CompletableFuture.html"><code>CompletableFuture</code></a> | ||
to improve user experience and reduce misuse. | ||
<p>The <a href="https://github.com/foldright/cffu" target="_blank"><dfn>CF-Fu</dfn> GitHub repo</a> | ||
also include the best practice/traps guide 📚 for <code>CompletableFuture</code> 💗. | ||
also include the best practice/traps guide 📚 for <code>CompletableFuture</code> 💗. | ||
</body> | ||
</html> |
Oops, something went wrong.