Hi,
I want to do something in an external DLL that triggers some action in an EFS but I want to do it async without blocking the efs until the DLL call returns. Is this possible?
Is there a way to create separate processes or threads inside a single EFS?
Both of these features would be useful. Multithreading an efs script is not critical. That would be a workaround if I couldn't have a callback from the DLL.
And the callback from the DLL is not critical but it would make for a better design for my GUI.
Thanks.
I want to do something in an external DLL that triggers some action in an EFS but I want to do it async without blocking the efs until the DLL call returns. Is this possible?
Is there a way to create separate processes or threads inside a single EFS?
Both of these features would be useful. Multithreading an efs script is not critical. That would be a workaround if I couldn't have a callback from the DLL.
And the callback from the DLL is not critical but it would make for a better design for my GUI.
Thanks.
Comment