MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / Process

Method Process

system/lib/llvm-libc/shared/rpc.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73/// - Every 'send' or 'recv' call is mirrored by the other process.
74template <bool Invert> struct Process {
75 RPC_ATTRS Process() = default;
76 RPC_ATTRS Process(const Process &) = delete;
77 RPC_ATTRS Process &operator=(const Process &) = delete;
78 RPC_ATTRS Process(Process &&) = default;

Callers 2

__enter__Method · 0.80
list_processes_by_nameFunction · 0.80

Calls

no outgoing calls

Tested by 1

__enter__Method · 0.64