betterlib

A useful collection of various tools and libraries for anyone to use in their projects.


Project maintained by HENRYMARTIN5 Hosted on GitHub Pages — Theme by mattgraham

Threader

This module contains the Threader class, which is a simple and easy to use thread manager that can also be used to get the output of a function in a thread.

This module consists of the following classes:

Threader

The thread manager.

Constructor

The constructor takes the following arguments:

Methods

BetterThread

The internal thread class.

Constructor

The constructor takes the following arguments:

Methods