How can I tell if a code is a single or multi threading?

John Zeen 21 Reputation points
2021-08-02T21:23:19.76+00:00

Hello,

Does anyone know of a way to tell if a code is written for single or multi threading, either in C# or vb.net? Is there a specific namespace or a method that can point it? I took over some code from a person who left company and this question was asked of me but I couldn't answer.

Thanks

John.

Community Center | Not monitored
0 comments No comments
{count} votes

Accepted answer
  1. MotoX80 36,401 Reputation points
    2021-08-03T19:47:34.747+00:00

    There would be a reference to "system.threading" and "new thread()" statements.

    https://www.shekhali.com/multithreading-in-c/


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.