NSAnimation.BlockingMode.nonblockingThreaded
Requests the animation to run in a separate thread that is spawned by the NSAnimation object.
Declaration
case nonblockingThreadedDiscussion
The secondary thread has its own run loop.
Requests the animation to run in a separate thread that is spawned by the NSAnimation object.
case nonblockingThreadedThe secondary thread has its own run loop.