void GB.CheckPost ( void )
Calls each pending callback registered with GB.Post.
You must use this function only when your post interpreter hook is ready to run the registered callbacks.
For example, the QT component registers a post interpreter hook that wake up a single shot QTimer
that in turn calls GB.CheckPost
at the return of the event loop.