RosettaCodeData/Task/Events/Oz/events-2.oz

14 lines
255 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
declare
E
in
thread
{System.showInfo "[2] Waiting for event..."}
{Wait E}
{System.showInfo "[2] Received event."}
end
{System.showInfo "[1] Waiting 1 second..."}
{Delay 1000}
{System.showInfo "[1] Signaling event."}
E = unit