Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.