AEMainThreadEndpoint.h File Reference
#import <Foundation/Foundation.h>
#import "AETime.h"

Go to the source code of this file.

Classes

class  AEMainThreadEndpoint
 Main thread message endpoint. More...
 

Typedefs

typedef void(^ AEMainThreadEndpointHandler )(void *_Nullable data, size_t length)
 Handler block.
 

Typedef Documentation

typedef void(^ AEMainThreadEndpointHandler)(void *_Nullable data, size_t length)

Handler block.

Provide a block matching this description to the initializer to handle incoming messages. It will be called on the main thread.

Parameters
dataMessage data (or NULL)
lengthLength of message