API reference › @evolu/common › Time › msLongTask
const msLongTask: number &
Brand<"Int"> &
Brand<"NonNegative"> &
Brand<"LessThan281474976710655"> &
Brand<"Millis">;
Defined in: packages/common/src/Time.ts:359
Long task threshold (50ms).
Tasks exceeding this are "long tasks" per web standards. Use with yieldNow to yield periodically and keep UI responsive.