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.