I'm going to use id of current running thread in a very performance critical place in my code, so I should choose whether to cache that id somewhere or to call a method (I'm going to use id of current running thread i
I'm going to use id of current running thread in a very performance critical place in my code, so I should choose whether to cache that id somewhere or to call a method (I'm going to use id of current running thread i