examples: annotate examples
[nit.git] / lib / pthreads / examples / concurrent_array_and_barrier.nit
index 750f976..f32e6c1 100644 (file)
@@ -18,7 +18,7 @@
 #
 # 20 threads share an array and a barrier. They each insert 1000 strings into
 # the array and wait at a barrier before finishing.
-module concurrent_array_and_barrier
+module concurrent_array_and_barrier is example
 
 import pthreads::concurrent_collections