Connection.monitorWrappedInMainloop

bool monitorWrappedInMainloop() @property

Get monitorWrappedInMainloop property.

Returns

Useful only when there is a mainloop and when the connection acts as a thread wrapper around another connection,

it sets up a timeout to handle signals coming from the wrapped connection.

If the connection is not a thread wrapper, then this property has no effect.

void monitorWrappedInMainloop(bool propval) @property

Set monitorWrappedInMainloop property.

Parameters

propvalUseful only when there is a mainloop and when the connection acts as a thread wrapper around another connection, it sets up a timeout to handle signals coming from the wrapped connection. If the connection is not a thread wrapper, then this property has no effect.