MCPcopy Create free account
hub / github.com/NGT-labs/NGT / SharedData

Method SharedData

lib/NGT/Thread.h:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 class SharedData {
205 public:
206 SharedData() : isAvailable(false) {
207 inputJobs.requestSize = 5;
208 inputJobs.maxSize = 50;
209 }
210 SHARED_DATA sharedData;
211 InputJobQueue inputJobs;
212 OutputJobQueue outputJobs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected