Module Thread
The class that's used to create and manage threads.
Info:
- Copyright: Debaru Kft. 2017
- Release:
- License: GNU
- Author: Debaru Kft
Functions
| Thread () | Creates a Thread instance. |
| start (file, arguments) | Starts a new thread. |
| stop () | Stops the thread. |
| usleep (usec) | Sends the thread to sleep. |
Instances
| SelfThread | One instance of Thread. |
Functions
- Thread ()
- Creates a Thread instance.
- start (file, arguments)
-
Starts a new thread.
Parameters:
- stop ()
- Stops the thread. Makes idle function never be called again, however the stop call returns.
- usleep (usec)
-
Sends the thread to sleep.
Parameters:
- usec int