diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-01-02 16:24:07 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-01-02 16:24:07 -0500 |
| commit | be384c0caa92cb152c264125fb265373e6a50440 (patch) | |
| tree | b823fb0dd4cfec643670236688a2a7ca76787d7b /stdlib/README.md | |
| parent | 2fcf1939bb295887592c1f24f7b8fbb10efcfcba (diff) | |
Replace threads with generic mutexed datastructures.
Diffstat (limited to 'stdlib/README.md')
| -rw-r--r-- | stdlib/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/README.md b/stdlib/README.md index 0d5b0819..9916c064 100644 --- a/stdlib/README.md +++ b/stdlib/README.md @@ -19,7 +19,6 @@ some common functionality. - Arrays: [header](stdlib/arrays.h), [implementation](stdlib/arrays.c) - Bools: [header](stdlib/bools.h), [implementation](stdlib/bools.c) - Bytes: [header](stdlib/bytes.h), [implementation](stdlib/bytes.c) -- Channels: [header](stdlib/channels.h), [implementation](stdlib/channels.c) - C Strings: [header](stdlib/c_strings.h), [implementation](stdlib/c_strings.c) - Files (used internally only): [header](stdlib/files.h), [implementation](stdlib/files.c) - Functiontype: [header](stdlib/functiontype.h), [implementation](stdlib/functiontype.c) |
