Blog Page 24/44
CDI built-in @Asynchronous? by Romain Manni-Bucau, 2018-03-14
Compared to EJB, CDI still misses an @Asynchronous API, however since CDI 2.0 there is a way to implement it without any external dependency or custom threading strategy (custom ExecutorService) which breaks the CDI integrations with the container.