Updated docs

This commit is contained in:
=
2022-12-06 00:03:27 -05:00
parent 35a86a6cda
commit 4cf80517eb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
*.code-workspace *.code-workspace
lua5.4/*
+1 -1
View File
@@ -102,7 +102,7 @@ Added
Loops through the table and calls callback_function with each element of the array. Loops through the table and calls callback_function with each element of the array.
- If a name is not supplied when creating threads; a name is randomly generated. Unless sending through an established channel/queue you might not be able to easily init the object. - If a name is not supplied when creating threads and threaded objects; a name is randomly generated. Unless sending through an established channel/queue you might not be able to easily init the object.
Changed Changed
--- ---