microsoft/DirectStorage

IDStorageQueue::EnqueueRequest() and multithreading

sherief opened this issue · 2 comments

Can IDStorageQueue::EnqueueRequest() be called on the same queue from multiple threads at the same time, or should requests be enqueued from one thread at a time? Developer guidance does not make this clear.

Yes, it can be called from multiple threads.

Can we get some documentation anywhere to that effect? People won't be searching closed GitHub issues for answers.