How to share the mutex that use below code created between the container and host on windows?
CreateMutex(nullptr, false, mutex_name.c_str())
Thanks!
Share and learn in the Docker community.
How to share the mutex that use below code created between the container and host on windows?
CreateMutex(nullptr, false, mutex_name.c_str())
Thanks!