[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
notifications over DO
From: |
Avi Bryant |
Subject: |
notifications over DO |
Date: |
Wed, 8 Nov 2000 00:24:35 -0800 (PST) |
Trying to use notifications over an NSConnection, which fails
because NSNotificationCenter uses IMPs internally rather than selectors.
I imagine I'll just write another, slower, notification system, but is
there anything obvious I'm missing that'll get the current one to work?
(Also, is NSNotificationCenter thread safe, or is the assumption that they
are never shared between threads?)
Avi