gambas-source-code/app/examples/Misc/Multiprocessing/.project
Martin Fischer 3180d51c8f Adds Multiprocessing example project
[EXAMPLES]
* NEW: misc/Multiprocessing
2023-09-02 20:01:29 +02:00

15 lines
669 B
XML

# Gambas Project File 3.0
Title=Multiprocessing Example
Startup=FMain
Version=1.0.0
Component=gb.image
Component=gb.gui
Component=gb.form
Component=gb.data
Description="Learn to use a Task to do some background calculations. \n\nThe Task class allows long running calculations to be executed in spawned\nprocess(es) to prevent UI from blocking during long running calculations.\nIn this example prime numbers up to a max number are calculated which \ntakes some time for big numbes. \n\nTherefore a single Task instance takes care of this calculation in \nthe background."
Authors="Martin Fischer"
TabSize=4
Language=en_US
Vendor=mfischer
Packager=1
GambasVersion=3.16