Critical section

In concurrent programming, concurrent accesses to shared resources can lead to unexpected or erroneous behavior. Thus, the parts of the program where the shared resource is accessed need to be protected in ways that avoid the concurrent access.

Source: Wikipedia — Critical section (CC BY-SA 4.0)

Critical section

In concurrent programming, concurrent accesses to shared resources can lead to unexpected or erroneous behavior. Thus, the parts of the program where the shared resource is accessed need to be protected in ways that avoid the concurrent access.

Source: Wikipedia "Critical section" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy