Marks this thread as either a daemon thread or a user thread.
每一个线程都被标记为“守护线程”或“用户线程”。
All threads in a component-scoped thread pool are asynchronous bean daemon threads and have the same lifecycle of the application that created it.
组件范围的线程池中的所有线程都是异步bean守护程序线程,并且具有与创建它的应用程序相同的生命周期。
When using custom component-scoped thread pools (Figure 3), each worker thread in the pool is initialized with a daemon thread created by the WorkManager.
在使用自定义组件范围的线程池(图 3)时,将使用 WorkManager 创建的守护程序线程初始化池中的每个工作线程。
应用推荐