2021-09-12 13:27:23 +03:00
..
2019-12-07 18:03:49 +02:00
2021-09-12 13:27:23 +03:00

title, category, language, tags
title category language tags
Guarded Suspension Concurrency en
Decoupling

Intent

Use Guarded suspension pattern to handle a situation when you want to execute a method on object which is not in a proper state.

Class diagram

Guarded Suspension diagram

Applicability

Use Guarded Suspension pattern when the developer knows that the method execution will be blocked for a finite period of time

  • Balking