Search:

Type: Posts; User: littlepresman

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,133

    Re: How can I make this multithreaded?

    I've created a new post as per request of the moderators, in it includes my code (formatted) and a clearer questions.

    Thanks again!
    ...
  2. How can I run two methods at the same time?

    Below is the main class of a project ive been working on, the goal is to start a countdown specified by the user. When the countdown reaches zero the base drops in the song that is being played. (Its...
  3. Replies
    4
    Views
    1,133

    How can I make this multithreaded?

    Multithreading means I can run two methods at once right? If so, how can I apply multithreading to this code snippet?

    if(playedSong.get_name_of_song().contains(sd)) //1st
    {
    ...
Results 1 to 3 of 3