aboutsummaryrefslogtreecommitdiff
path: root/stdlib/threads.c
AgeCommit message (Expand)Author
2025-03-21Move stdlib into src/Bruce Hill
2025-03-21Remove some less-supported code features like static initializers forBruce Hill
2025-01-02Use `holding` blocks for mutexed data instead of lambdasBruce Hill
2024-11-29Add serialization and deserializationBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-11-03Fix per-thread RNGBruce Hill
2024-10-27Add an includeBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-24Add '$' prefix on all user codeBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill