You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.textile
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ h3. You should know:
107
107
- @void ThreadController::remove(Thread* _thread)@ := This will remove the Thread from the ThreadController.
108
108
- @void ThreadController::remove(int index)@ := This will remove the thread on the position @index@.
109
109
- @void ThreadController::clear()@ := This will remove ALL threads from the ThreadController array.
110
-
- @void ThreadController::size(bool cached = false)@ := Returns how many Threads are allocated inside the ThreadController. If cached = true, this will run the actual code to calculate the size. Should not be required.
110
+
- @void ThreadController::size(bool cached = true)@ := Returns how many Threads are allocated inside the ThreadController. If cached is @false@, will force the calculation of threads.
111
111
- @Thread* ThreadController::get(int index)@ := Returns the Thread on the position @index@.
0 commit comments