-
Notifications
You must be signed in to change notification settings - Fork 47
Support for noncopyable Service #204
Copy link
Copy link
Open
Labels
kind/enhancementImprovements to existing feature.Improvements to existing feature.size/MMedium task. (A couple of days of work.)Medium task. (A couple of days of work.)status/blockedWaiting for another issue.Waiting for another issue.
Metadata
Metadata
Assignees
Labels
kind/enhancementImprovements to existing feature.Improvements to existing feature.size/MMedium task. (A couple of days of work.)Medium task. (A couple of days of work.)status/blockedWaiting for another issue.Waiting for another issue.
It would be nice if there was a noncopyable
Serviceprotocol as I am currently required to compromise the data structure in one of my projects heavily utilizing noncopyable types. Or at the very least makerun()mutating.