retval = DoAsyncLayout (object, gpl);
d0 a0 a1
ULONG DoAsyncLayout (Object *, struct gpLayout *);
This function triggers the DTM_ASYNCLAYOUT method of the given object asyncronously. The purpose of asyncronous method dispatch is to offload rendering from the input.device.
The DTM_ASYNCLAYOUT method must exit when SIGBREAKF_CTRL_C signal is set. This indicates that the data has become obsolete and the DTM_ASYNCLAYOUT method may be called again.