!7 !include #1031008 // readLocally with 2-threaded loading set flag readLocally_debug. set flag moveProducerToNewThread_debug. concept Bla { S name; } module DBTest > DynPrintLog { start { db(); pnlStruct(list(Bla)); uniq(Bla, name := "yo"); } }