Skip to content

Commit e876710

Browse files
committed
Python Implementation of Reader Writer Problem
1 parent c8e5b15 commit e876710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Programs/P36_SimpleReaderWriter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Author: OMKAR PATHAK
1+
#Author: OMKAR PATHAK
22
#In this example, we will see how to implement a simple reader Writer program using Python (Mutex)
33

44
import threading as thread

0 commit comments

Comments
 (0)