Synchronous and Asynchronous Methods
- Last UpdatedAug 21, 2026
- 1 minute read
The managed HCAL consists of synchronous and asynchronous methods. The synchronous methods are blocking ones, when the control flow does not return to the caller until the operation either succeeds or fails. The asynchronous ones are those that get initiated one time, and then the caller must check whether the asynchronous operation has succeeded or failed. In between those checks the caller can perform some other activities.