From aeeb0975307a2cec5fdef9f41ab63bcf06462652 Mon Sep 17 00:00:00 2001 From: Sovereignty Date: Tue, 3 Jun 2025 21:06:55 +0200 Subject: [PATCH] Added Chemical.Nothing() README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b83a462..5fffcde 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ 8. [Utility Functions](#8-utility-functions) * [Await: `Chemical.Await()`](#chemical-await) * [Destroy: `Chemical.Destroy()`](#chemical-destroy) + * [Nothing: `Chemical.Nothing()`](#chemical-nothing) 9. [Under The Hood (Advanced)](#9-under-the-hood-advanced) * [Networking (`Suphi Packet`)](#networking-packagespacket) 10. [Type System](#10-type-system) @@ -733,6 +734,10 @@ Router:exit("/home") -- homePageElement becomes false * Threads: Calls `task.cancel(thread)`. * Tables: Recurscively calls `Chemical.Destroy(Table)`. +### Chemical Nothing +* **`Chemical.Nothing()`** + As the name implies, it does nothing. This can be useful when you want to specify that the cleanup of a Computed or Iterator should do nothing. + ## 9. Under The Hood (Advanced) ### Networking (`Packages.Packet`)