Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.023 Beiträge
 
#1

Oxygene by Example – Threading

  Alt 2. Jan 2012, 16:20
Threads are ways to run multiple things in parallel, at the same time. Each program in Oxygene has 1 or more threads, by default just one, which is the main thread, which is the one in which the gui code runs. Using multi-threading allows you to run something in the background, while keeping your ...

More...
  Mit Zitat antworten Zitat