gambas-source-code/app/examples/Misc/Multiprocessing/.project

16 lines
669 B
Text
Raw Normal View History

# 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