Customization point | Purpose | Examples |
object type | ||
core | provide core execution functionality, and connection between core components | |
completion functions | called by senders to announce the completion of the work (success, error, or cancellation) | |
senders | allow the specialization of the provided sender algorithms | |
queries | allow querying different properties of objects |
|