setNeedsDisplay: thread safe?
setNeedsDisplay: thread safe?
- Subject: setNeedsDisplay: thread safe?
- From: "Mike R. Manzano" <email@hidden>
- Date: Thu, 8 Apr 2004 14:48:00 -0700
Is NSView's setNeedsDisplay: thread safe? Can I safely assume that
setNeedsDisplay: will return immediately, and not use the calling
thread to execute the drawing code?
Also, it says the display will update on the next pass through the run
loop, can I expect this to be pretty regular, or should I somehow
manually invoke drawing?
Mike R. Manzano
alephx01 (at) mac (dot) com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.