site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=r5PyeYDJShXXtItHtfAlMLgk5iv+wAnydLpO47Y+wJ4=; b=J9s6aIByc9i4459WoODDp+N/PggnKPeTxMiEH4Jwx8oGs/PukBS/NrZFpDH9IyPXJs 4Y8VQ66jqW+zawadDNGDGiWHWGHx5swNA4gpIJubStgkPSO5tvyu47Zcwb1RKgJ8Q0OC KrzLhr8abz3zx3IvZqqGD3KMyrFg/wxO4kX1c= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=jXOrCGhqeNu7AWyjwkEbfxh76Z9P1ztgK8TraYf+VQU5BgGe8zX4A39T1ExXRfbBfx AfGfNn2kYZwvaQp3AxTSOrnVlnrb67CpsqmyaiYANhBF04ESSkzzsAy+V91OPm5BdFi4 YSq6X0suqqF5TVCQCQlbZvPihVNQvnjEBs5VA= Are there any examples of inter-thread (sync/async) communication at the Core Foundation level? I'm trying to put a user space USB "driver" into a framework. The driver will need its own thread and run loop. I need to be able to call into the driver and from the driver into user code running in another thread. I'm thinking of using CFMessagePort. Is this the best idea? Are there any examples? Thanks, Joel --- http://es.linkedin.com/in/joelreymont _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont