Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    4,160

    Re: Idle thread in multithreading program.

    What does "stops" mean?
    The run method exits killing the thread and requiring a new thread to be created
    or the thread blocks waiting for an event
    or ???
  2. Replies
    5
    Views
    4,160

    Re: Idle thread in multithreading program.

    Did you read the API doc for that exception? Are you doing the thing it is thrown for?

    Not sure what you mean by "idle" and "still runs"
  3. Replies
    5
    Views
    4,160

    Re: Idle thread in multithreading program.

    Not sure what you mean by "idle". There are many ways to block/suspend execution of a thread.
    For example the wait() method.
Results 1 to 3 of 3