Version: 2023.2

Awaitable.BackgroundThreadAsync

切换到手册
public static BackgroundThreadAwaitable BackgroundThreadAsync ();

返回

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

描述

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