create_background
Description:
protected virtual async G create_background (int priority = DEFAULT, Cancellable? cancellable = null) throws Error
Create an instance in a background thread
The default implementation will call create in a background thread. You can override this method in a subclass to provide a customized method for instantiating your object in a background thread.
Returns:
the newly created instance |