See: Description
| Interface | Description | 
|---|---|
| AsyncDelegate | 
 This interface is used by services to allow them to optimize Asynchronous
 calls where they are capable of executing more efficiently. 
 | 
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. This package contains only interfaces that are implemented by consumers.
Example import for consumers using the API in this package:
 Import-Package: org.osgi.service.async.delegate; version="[1.0,2.0)"
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0