c# - How do you put an object in another thread? - Stack Overflow

PHOTO EMBED

Mon Dec 12 2022 15:26:42 GMT+0000 (Coordinated Universal Time)

Saved by @Cormac15 #cs

SomeObject obj = new SomeObject();
obj.PutInThread(thatOtherThread);
obj.Method(); // this now executes in that other thread
content_copyCOPY

https://stackoverflow.com/questions/3184531/how-do-you-put-an-object-in-another-thread