API  1.0.0
CPNotificationQueue.j File Reference

Go to the source code of this file.

Typedefs

typedef CPNotificationCoalescing CPNotificationNoCoalescing = 1 << 0
 
typedef CPPostingStyle CPPostWhenIdle = 1
 

Variables

 CPNotificationCoalescingOnName = 1 << 1
 
 CPNotificationCoalescingOnSender = 1 << 2
 
var CPNotificationDefaultQueue
 
 CPPostASAP = 2
 
 CPPostNow = 3
 
var runLoop = [CPRunLoop mainRunLoop]
 

Typedef Documentation

◆ CPNotificationNoCoalescing

typedef CPNotificationCoalescing CPNotificationNoCoalescing = 1 << 0

Definition at line 53 of file CPNotificationQueue.j.

◆ CPPostWhenIdle

typedef CPPostingStyle CPPostWhenIdle = 1

Definition at line 31 of file CPNotificationQueue.j.

Variable Documentation

◆ CPNotificationCoalescingOnName

CPNotificationCoalescingOnName = 1 << 1

Definition at line 59 of file CPNotificationQueue.j.

◆ CPNotificationCoalescingOnSender

CPNotificationCoalescingOnSender = 1 << 2

Definition at line 65 of file CPNotificationQueue.j.

◆ CPNotificationDefaultQueue

var CPNotificationDefaultQueue

Definition at line 68 of file CPNotificationQueue.j.

◆ CPPostASAP

CPPostASAP = 2

Definition at line 37 of file CPNotificationQueue.j.

◆ CPPostNow

CPPostNow = 3

Definition at line 43 of file CPNotificationQueue.j.

◆ runLoop

var runLoop = [CPRunLoop mainRunLoop]

Definition at line 70 of file CPNotificationQueue.j.