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:

Instances

SelfThread
One instance of Thread. This is the thread that starts when the system runs.
generated by LDoc 1.4.6 Last updated 2023-09-25 09:31:08