# boot-demo **Repository Path**: ninuxGithub/boot-demo ## Basic Information - **Project Name**: boot-demo - **Description**: redis 分布式锁的使用测试 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README static CompletableFuture supplyAsync(Supplier supplier); static CompletableFuture supplyAsync(Supplier supplier, Executor executor); static CompletableFuture runAsync(Runnable runnable); static CompletableFuture runAsync(Runnable runnable, Executor executor); CompletableFuture thenApply(Function fn); CompletableFuture thenApplyAsync(Function fn); CompletableFuture thenApplyAsync(Function fn, Executor executor); CompletableFuture thenAccept(Consumer block); CompletableFuture thenRun(Runnable action); CompletableFuture thenCompose(Function> fn); CompletableFuture thenCombine(CompletableFuture other, BiFunction fn) https://www.nurkiewicz.com/2013/05/java-8-definitive-guide-to.html https://www.cnblogs.com/fingerboy/p/9948736.html