Thread¶
#import "std/thread"
This module contains tools for managing multithreading. It’s basically wrapper for Windows thread system and pthread on posix systems.
Warning
This module is experimental and not fully supported across all platforms.