MindRunawayPolicy

public final class MindRunawayPolicy extends Record

Hard interruption limits for one script callback.

These limits protect the server from code that does not return. They are deliberately independent of MindExecutionPolicy's soft scheduling budgets, which only defer later work after a callback has completed.

Constructors

Link copied to clipboard
public void MindRunawayPolicy(long maxCpuNanosPerCallback, long maxInstructionsPerCallback)

Properties

Link copied to clipboard
public final static MindRunawayPolicy DEFAULT

Inherited functions

Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()