Skip to content

Interface ISandboxCompiler

Namespace: DotBoxD.Kernels.Compiler
Assembly: DotBoxD.Kernels.Compiler.dll

public interface ISandboxCompiler

CompileAsync(ExecutionPlan, CompileOptions, CancellationToken)

Section titled “ CompileAsync(ExecutionPlan, CompileOptions, CancellationToken)”
ValueTask<CompiledArtifact> CompileAsync(ExecutionPlan plan, CompileOptions options, CancellationToken cancellationToken)

plan ExecutionPlan

options CompileOptions

cancellationToken CancellationToken

ValueTask<CompiledArtifact>