====== 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. .. toctree:: :glob: :titlesonly: thread/*