Pebble Foundation Classes  0.2.0
C++ for Pebble
Collaboration diagram for Worker:

Functions

void worker_event_loop (void)
 
void worker_launch_app (void)
 Launch the foreground app for this worker.
 

Detailed Description

Function Documentation

◆ worker_event_loop()

void worker_event_loop ( void  )

The event loop for workers, to be used in worker's main(). Will block until the worker is ready to exit.

See also
App