question

JohnZeen-0539 avatar image
0 Votes"
JohnZeen-0539 asked JohnZeen-0539 commented

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

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.

not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MotoX80 avatar image
0 Votes"
MotoX80 answered JohnZeen-0539 commented

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

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

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.