Threading Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QW5kcmV3?=

    #1

    Threading Question

    What are the benefits of threading in your code?

    Dose it allow you to execute two different or the same code string without
    having to wait for the first set of code to finish before the next can
    execute?

    Does anybody know some good site for examples within vb.net vs2005?

  • SushiFrito

    #2
    Re: Threading Question

    it's good to execute parallel process, waiting or not one for anothers one.

    Comment

    Working...