You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
marcesher edited this page Apr 13, 2012
·
1 revision
Getting the Java Objects from the Services
CFConcurrent provides several services that encapsulate common behavior when working with ExecutorService, ExecutorCompletionService, ScheduledThreadPoolExecutor, and ForkJoinPool services. These typically also include a work Queue object that holds tasks submitted for execution but not yet completed.
All of these objects are made available, such that if you need to interact with them directly, it is easy to do so.
See the CFConcurrent CFCDocs for the available get() methods that expose these objects