Table of Contents

Method CompileAndPrepareLocalHeroesAsync

Namespace
GrindFest
Assembly
GrindFest.dll

CompileAndPrepareLocalHeroesAsync()

Starts the local-hero compile, or joins the one already running, and hands back the task to await. Never blocks, so it is safe to call from anywhere, including a UI callback.

public Task<Assembly> CompileAndPrepareLocalHeroesAsync()

Returns

Task<Assembly>