Skip to content
  • Robert Maynard's avatar
    TryExecute RuntimeDeviceTracker can't be a const ref anymore. · 203205a1
    Robert Maynard authored
    Previously we allowed a const ref as we would make a copy, this only works
    as it relies on  RuntimeDeviceTracker implementing state through a shared_ptr.
    Instead if we require modifiable types only we can make TryExecute more
    efficient and clearer on what it does.
    203205a1