You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was a noncopyable Service protocol as I am currently required to compromise the data structure in one of my projects heavily utilizing noncopyable types. Or at the very least make run() mutating.