Skip to content

Commit

Permalink
Update README.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanseidel committed May 11, 2013
1 parent 14e49ae commit 3a3ab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ h3. You should know:
- @void ThreadController::remove(Thread* _thread)@ := This will remove the Thread from the ThreadController.
- @void ThreadController::remove(int index)@ := This will remove the thread on the position @index@.
- @void ThreadController::clear()@ := This will remove ALL threads from the ThreadController array.
- @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.
- @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.
- @Thread* ThreadController::get(int index)@ := Returns the Thread on the position @index@.

h3. You don't need to know:
Expand Down

0 comments on commit 3a3ab6b

Please sign in to comment.