SplitScript reference / Migration / Background signature scans
Background signature scans
Migration from ASL
Source pattern
Look for the ASL concept Background signature scans in the source. The semantic difference below is more important than a token-for-token rewrite.
Canonical SplitScript
Use the canonical language and API symbols linked below.
Semantic difference
Remove legacy worker threads and await a module, explicit-range, or process-wide scan. Scans inspect a bounded window per tick and process closure cancels pending discovery.
Supported hosts
This uses the standard SplitScript runtime contract. Any provider-specific requirements are documented by the linked canonical API.
Related reference
-
Module.scan (standard library)
-
Module.scanAny (standard library)
-
Process.scan (standard library)
-
Process.scanMemory (standard library)
-
Process.scanMemoryAny (standard library)