From 7a172be6213839a3d023ba21c3bafd7540a4bfe8 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 31 Mar 2025 02:11:03 -0400 Subject: Remove threads and mutexed data from the language in favor of a module-based approach --- docs/serialization.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/serialization.md') diff --git a/docs/serialization.md b/docs/serialization.md index 764a6b27..0f158be1 100644 --- a/docs/serialization.md +++ b/docs/serialization.md @@ -70,7 +70,6 @@ only 9 bytes for the whole thing! ## Unserializable Types -Unfortunately, not all types can be easily serialized. In particular, -`Thread`s, types, and functions cannot be serialized because their data -contents cannot be easily converted to portable byte arrays. All other -datatypes _can_ be serialized. +Unfortunately, not all types can be easily serialized. In particular, types and +functions cannot be serialized because their data contents cannot be easily +converted to portable byte arrays. All other datatypes _can_ be serialized. -- cgit v1.2.3