sharing a dispatch queue among applications (gcd)
sharing a dispatch queue among applications (gcd)
- Subject: sharing a dispatch queue among applications (gcd)
- From: Joel Reymont <email@hidden>
- Date: Mon, 1 Nov 2010 19:15:39 +0000
Is it possible to share a dispatch queue among different applications?
I have a user-space USB driver that uses a serial dispatch queue for the "driver thread". The driver is bundled in a framework and initializes only once via a framework constructor , i.e. __attribute__((constructor) ...
I would like to give other applications that load the driver framework access to the driver dispatch queue. Is this possible and will it work?
Thanks, Joel
---
http://twitter.com/wagerlabs
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden