RosettaCodeData/Task/Mutex/Prolog/mutex-2.pro
2023-07-01 13:44:08 -04:00

1 line
55 B
Prolog

synchronized_goal(G) :- with_mutex(my_mutex, call(G)).