[Webkit-unassigned] [Bug 257580] Make MachSendRight move-only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 31 23:21:30 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257580

--- Comment #1 from Kimmo Kinnunen <kkinnunen at apple.com> ---
This extends to all the handle types that should unify their interface:
UnixFileDescriptor
Win32Handle
MachSendRight

If the copy constructor should be removed, the interface should be the same for all so that generic code can be written.
E.g. 
  ...::copy() or ...::duplicate()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230601/1816ac05/attachment-0001.htm>


More information about the webkit-unassigned mailing list