aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/vlib/sync/threads/threads.v
blob: f20fc0e4807e21ff57d04257366d89643e83f039 (plain)
1
2
3
4
module threads

// This file is just a placeholder.
// The actual implementation is backend/platform specific, so see threads.c.v, threads.js.v etc.