I need to command some exports asynchronously.
Running multiple exports in parallel is not a requirement, but it would be nice at least to request them from a thread that is not the callback thread (i'm using the microsoft concurrency runtime framework)
Thank you