Version: 2023.2
言語: 日本語
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.