rust-dispatch icon indicating copy to clipboard operation
rust-dispatch copied to clipboard

Add as_raw() methods for queues, groups and semaphores.

Open turbocool3r opened this issue 4 years ago • 3 comments

This pull request adds as_raw() methods to the Queue, Group and Semaphore structures to allow to use the crate in bindings when the raw pointers are needed (e.g. IONotificationPortSetDispatchQueue or some XPC APIs).

turbocool3r avatar Jun 24 '21 21:06 turbocool3r

Would fix #15

payload avatar Oct 23 '22 17:10 payload

@SSheldon ping

in my case, this PR would be handy for interacting with Virtualization.framework

phlip9 avatar Aug 27 '23 00:08 phlip9