syft.core.node.common.service.node_service¶
Classes
A service for messages which need not be immediately executed but which can be executed at the worker's convenience |
|
|
|
A service for messages which should be immediately executed |
|
|
|
|
|
- class syft.core.node.common.service.node_service.ImmediateNodeService[source]¶
Bases:
syft.core.node.common.service.node_service.NodeService
A service for messages which should be immediately executed
- class syft.core.node.common.service.node_service.EventualNodeService[source]¶
Bases:
syft.core.node.common.service.node_service.NodeService
A service for messages which need not be immediately executed but which can be executed at the worker’s convenience
- class syft.core.node.common.service.node_service.ImmediateNodeServiceWithReply[source]¶
Bases:
syft.core.node.common.service.node_service.ImmediateNodeService
- class syft.core.node.common.service.node_service.SignedNodeServiceWithReply[source]¶
Bases:
syft.core.node.common.service.node_service.ImmediateNodeService
- class syft.core.node.common.service.node_service.SignedNodeServiceWithoutReply[source]¶
Bases:
syft.core.node.common.service.node_service.ImmediateNodeService