Let's clarify these confusing concepts!
: How to handle targets that cannot be controlled
- The called function holds the
controland returns it together with the result value when returning
: Synchronous vs Asynchronous (abstract)
- Syn (together) + Chrono (time)
- Are the times of the targets aligned?
- Aligning the time
- When the time of returning
controland the time of delivering theresult valueare the same- Synchronous!
- Are the times of the targets aligned?
- Not aligning the time
- About
control - How do you handle targets that cannot be controlled?
-
About the time (timing) of returning
control -
Are the times of the targets aligned?
