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