1 2 3 4 5 6 7 8 9 10 11
f3ec8304a2a4 f3ec8304a2a4 f3ec8304a2a4 f3ec8304a2a4 f3ec8304a2a4 f3ec8304a2a4 f3ec8304a2a4 f3ec8304a2a4 f3ec8304a2a4 f3ec8304a2a4 f3ec8304a2a4
#module producer primitive producer(out<u32> output) { print("P: Going to send a value"); sync { print("P: Going to send a value!"); put(output, 1337); print("P: I just sent a value!"); } print("P: I am exiting"); }