Bin.asyncHandling

bool asyncHandling() @property nothrow

Get asyncHandling property.

Returns

If set to true, the bin will handle asynchronous state changes.

This should be used only if the bin subclass is modifying the state of its children on its own.

void asyncHandling(bool propval) @property nothrow

Set asyncHandling property.

Parameters

propvalIf set to true, the bin will handle asynchronous state changes. This should be used only if the bin subclass is modifying the state of its children on its own.