diff --git a/docs/html/mrevent_8h.html b/docs/html/mrevent_8h.html index 4a15ef3b..9f69af9a 100644 --- a/docs/html/mrevent_8h.html +++ b/docs/html/mrevent_8h.html @@ -191,10 +191,9 @@ Macros
Inform about the configuration progress started by mrmailbox_configure_and_connect().
-As we want to get rid of the threads in the core, this event may be deleted.
data1 | permille |
data1 | Permille |
data2 | 0 |
mrmailbox_configure_and_connect() will return ASAP then, however, it may still take a second. If in doubt, the caller may also decide the kill the thread after a few seconds; eg. the configuration process may hang in a function not under the control of the core (eg. MR_EVENT_HTTP_GET)
+mrmailbox_configure_and_connect() will return ASAP then, however, it may still take a moment. If in doubt, the caller may also decide the kill the thread after a few seconds; eg. the configuration process may hang in a function not under the control of the core (eg. MR_EVENT_HTTP_GET). Another reason for mrmailbox_configure_cancel() not to wait is that otherwise it would be GUI-blocking and should be started in another thread then; this would make things even more complicated.
mailbox | The mailbox object as created by mrmailbox_new() |