Search:

Type: Posts; User: jack_nutt

Search: Search took 0.10 seconds.

  1. Re: while(true){ section of code runs only once}

    I need to use while loop as its the threads run method ,

    but in that loop i want a section of code to ecxecute once , or for a particular count..

    public Run()
    {

    while(true)
    {
  2. while(true){ section of code runs only once}

    hi

    while(true)
    {

    i need a partcular section of code runs only once


    }
Results 1 to 2 of 2