Improved performances and hover

This commit is contained in:
Martino Ferrari
2026-01-27 15:14:47 +01:00
parent 213fc81cfb
commit 15afdc91f4
8 changed files with 274 additions and 106 deletions

View File

@@ -15,16 +15,20 @@ func TestDataSourceThreadingValidation(t *testing.T) {
Class = ReferenceContainer
+SharedDS = {
Class = GAMDataSource
#direction = "INOUT"
#multithreaded = false
#meta = {
direction = "INOUT"
multithreaded = false
}
Signals = {
Sig1 = { Type = uint32 }
}
}
+MultiDS = {
Class = GAMDataSource
#direction = "INOUT"
#multithreaded = true
#meta = {
direction = "INOUT"
multithreaded = true
}
Signals = {
Sig1 = { Type = uint32 }
}