source: MicroThreading/ReadMe.txt

Last change on this file was 519, checked in by chronos, 5 years ago
  • Modified: Update project web links.
File size: 636 bytes
Line 
1=Microthrading subsystem=
2
3==Introduction==
4
5==Features==
6
7* System is based on concept of cooperative multitasking
8* Context is switched explicitly by executin Yield method
9* Microthreads can run in main thread and classic TThread instances
10* Microthreads have much lower resource requirements and max. count of created thread is limit only by available memory
11* Scheduler measure running time of microthreads and provide usage information
12* Supported platforms are 32-bit Windows and Linux
13
14==Examples==
15
16==Download==
17
18SVN repository: https://svn.zdechov.net/PascalClassLibrary/MicroThreading
19
20Author: Chronos
21
22
Note: See TracBrowser for help on using the repository browser.