We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Timer Question

Home Forums Puzzles Timer Question

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #78537
    tomtm
    Participant

    Hi,
    If I use many timers in the project using the setTimer puzzle, is it recommended to
    remove the timer again using remove timer puzzle when it won’t be used again?
    I guess, when programming java it was recommended for performance reasons.

    Thanks Tom

    #78538
    kdv
    Participant

    is it recommended to remove the timer again using remove timer puzzle when it won’t be used again?

    it will be destroyed after the last iteration automatically (except Infinity).

    Attachments:
    You must be logged in to view attached files.

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

    #78550
    tomtm
    Participant

    Hi kdv
    Thanks for explanation.

    Tom

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.