Hi,

I'm currently implementing CFRunLoop. For the CFRunLoopPerformBlock() function, I need to keep a list of blocks to be performed next time the runloop loops.

What is the right way to keep a list of blocks?
My best idea was to fill in struct CFArrayCallBacks with callbacks that invoke _Block_copy/_Block_release.

Thanks!
--
Luboš Doležel


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to