Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ Data
Class
Data
include/process/grpc.hpp:316–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
};
315
316
struct Data
317
{
318
Data();
319
~Data();
320
321
PID<RuntimeProcess> pid;
322
Future<Nothing> terminated;
323
};
324
325
std::shared_ptr<Data> data;
326
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected