WeBeginners-Community / DocBook

Documentations of Html to every open source technologies. It's a low-code repository
30 stars 54 forks source link

Title: semaphore wait() and signal() operations #200

Closed goyalh4164 closed 1 year ago

goyalh4164 commented 1 year ago

Is your proposal related to a problem? Please describe.

semaphore using wait() and signal() operations .It is used to prevent deadlock prevention .It is popularly used in problems like producer consumer problem,Dining philosopher problem and reader writer problem and many more.

Add any other context or screenshots about the proposal request here.

image