If I use dll dll from delphi code while exporting types, will managed code have its own thread or will it work in delphis thread? or should I create a thread in the dll if I want it to work in a new thread?
I want to call the .net function from unmanaged code. and I want it to work async.
source
share