mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-06-23 11:38:33 +00:00
SharedRsrcGrp: Allow construction of rsrc by copy
This commit is contained in:
@@ -15,6 +15,11 @@ public:
|
||||
: lock(lockName)
|
||||
{}
|
||||
|
||||
SharedResourceGroup(
|
||||
const std::string& lockName, const ResourceType& initialRsrc)
|
||||
: lock(lockName), rsrc(initialRsrc)
|
||||
{}
|
||||
|
||||
~SharedResourceGroup() = default;
|
||||
|
||||
LockType lock;
|
||||
|
||||
Reference in New Issue
Block a user