<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>CompletableFuture on ✏VictorHong's Blog</title><link>https://hugo.jiahongw.com/tags/completablefuture/</link><description>Recent content in CompletableFuture on ✏VictorHong's Blog</description><generator>Hugo -- gohugo.io</generator><language>zh</language><follow_challenge><feedId>74349588616178697</feedId><userId>68207800989737984</userId></follow_challenge><managingEditor>wujiahong2013@gmail.com (VictorHong)</managingEditor><webMaster>wujiahong2013@gmail.com (VictorHong)</webMaster><copyright>©2021-2026 | VictorHong</copyright><lastBuildDate>Mon, 28 Mar 2022 17:38:53 +0800</lastBuildDate><atom:link href="https://hugo.jiahongw.com/tags/completablefuture/index.xml" rel="self" type="application/rss+xml"/><item><title>CompletableFuture使用笔记</title><link>https://hugo.jiahongw.com/20220328/completable-future/</link><pubDate>Mon, 28 Mar 2022 17:38:53 +0800</pubDate><author>wujiahong2013@gmail.com (VictorHong)</author><atom:modified>Mon, 28 Mar 2022 17:38:53 +0800</atom:modified><guid>https://hugo.jiahongw.com/20220328/completable-future/</guid><description>创建线程池的方法： 1 2 3 4 ExecutorService executorService = Executors.newCachedThreadPool(); ExecutorService executorService = Executors.newFixedThreadPool(3); ScheduledExecutorService executorService = Executors.newScheduledThreadPool(3); ExecutorService executorService = Executors.newSingleThreadExecutor(); https://www.cnblogs.com/pcheng/p/13540619.html 线程池服务的区别 参考《Java并发编程的艺术》 多线程的问题 线程任务是实现了Run</description><dc:creator>VictorHong</dc:creator><media:content url="https://hugo.jiahongw.comhttps://cos.jiahongw.com/uPic/java.png" medium="image"><media:title type="html">featured image</media:title></media:content><category>java</category><category>CompletableFuture</category><category>开发方法论</category><category>技术实践</category></item></channel></rss>