v2 / vlib / sync / threads / threads.v
4 lines · 3 sloc · 149 bytes · 20a22453cf6ba66f99197df571566214082110a9
Raw
1module threads
2
3// This file is just a placeholder.
4// The actual implementation is backend/platform specific, so see threads.c.v, threads.js.v etc.
5