C# instance (of a class) and threading or BackgroundWorker
hello
I'm looking to to have my instances of an object run asynchronously, e.g. do work at the same time
how would I go about doing this? I know how to make a thread inside one class and have it execute one function over and over, but my class has many functions within and I need to make the whole class run inside a thread.
any help greatly appreciated! thanks! :D