Platforms to show: All Mac Windows Linux Cross-Platform
WinThreadPoolMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows | MBS Win Plugin | 21.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Example:
static pool as WinThreadPoolMBS // global or window property
pool = New WinThreadPoolMBS
pool.ThreadMaximum = 4
You can have an instance of this class to create and define a thread pool.
If you never initialize a pool with this class, the default pool is used.
- 6 properties
- property Handle as Integer
- property LastError as Integer
- property StackCommit as Integer
- property StackReserve as Integer
- property ThreadMaximum as Integer
- property ThreadMinimum as Integer
- 2 methods
- method Constructor
- method Destructor
This class has no sub classes.
Blog Entries
- News from the MBS Xojo Plugins in version 21.5
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.5
- Thread Pool for Windows
- MBS Xojo Plugins, version 21.5pr4
The items on this page are in the following plugins: MBS Win Plugin.
WinSpellingErrorMBS - WinUSBDeviceMBS
