This version of Unity is unsupported.

Awaitable.BackgroundThreadAsync

Declaration

public static BackgroundThreadAwaitable BackgroundThreadAsync();

Returns

BackgroundThreadAwaitable Awaitable object that completes when switching to a background thread.

Description

Resumes execution on a ThreadPool background thread. If the caller is already on a background thread, it will complete immediately.