An open API service indexing awesome lists of open source software.

https://github.com/jwpttcg66/future-listener

jdk中广泛使用的java线程监听器.java中的future-listener机制,当一个线程执行结束的时候,通知注册的所有listener同步执行回调功能
https://github.com/jwpttcg66/future-listener

future future-listener futurelistener listeners

Last synced: about 1 month ago
JSON representation

jdk中广泛使用的java线程监听器.java中的future-listener机制,当一个线程执行结束的时候,通知注册的所有listener同步执行回调功能

Awesome Lists containing this project

README

          

# future-listener
jdk中广泛使用的java线程监听器

java中的future-listener机制,当一个线程执行结束的时候,通知注册的所有listener
同步执行回调功能
参考范例为test下的DelayAdder

- 作者qq 330258845
- QQ群310158485