MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / Role

Class Role

fastdeploy/inter_communicator/fmq.py:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43class Role(Enum):
44 PRODUCER = "producer"
45 CONSUMER = "consumer"
46
47
48@dataclass

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected