-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
As SharedLibraryImpl::loadImpl and SharedLibraryImpl::unloadImpl both have a lock, why isLoadedImpl don't have a lock? It's not thread safe.
poco/Foundation/src/SharedLibrary_UNIX.cpp
Lines 75 to 78 in 3fc3e5f
| bool SharedLibraryImpl::isLoadedImpl() const | |
| { | |
| return _handle != 0; | |
| } |
Reactions are currently unavailable