David Jencks created FELIX-3692:
-----------------------------------

             Summary: [DS] api for finding out if async work is done
                 Key: FELIX-3692
                 URL: https://issues.apache.org/jira/browse/FELIX-3692
             Project: Felix
          Issue Type: Improvement
          Components: Declarative Services (SCR)
    Affects Versions: scr-1.8.0
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: scr-1.8.0


It might be useful to provide a couple methods on ScrService so you can find 
out if all the async work is done.

I'm thinking

boolean tasksCompleted()

void waitForTasksCompleted()

This might be especially useful if we decide to adopt my "try again later" 
proposal for resolving more circular dependencies (FELIX-3557) since that can 
result in extra possibly unexpected async tasks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to