with-autorelease-pool ( quot -- )
Cocoa bridge ยป Cocoa application utilities

Prev:cocoa-app ( quot -- )
Next:with-cocoa ( quot -- )


Vocabulary
cocoa.application

Inputs
quota quotation


Outputs
None

Word description
Sets up a new NSAutoreleasePool, calls the quotation and frees the pool.

Definition