Skip to content

Impl/handler service endpoints logic workflow abstraction#73

Open
SHOSH-NI wants to merge 18 commits into
devfrom
impl/handler_service_endpoints_logic_workflow_abstraction
Open

Impl/handler service endpoints logic workflow abstraction#73
SHOSH-NI wants to merge 18 commits into
devfrom
impl/handler_service_endpoints_logic_workflow_abstraction

Conversation

@SHOSH-NI
Copy link
Copy Markdown
Owner

@SHOSH-NI SHOSH-NI commented Jun 15, 2021

Changes:

  • Cleanup server side handler service implementation using ServiceEndpoint trait abstraction.
  • Remove unneeded async constraint on Mapping stop_handler logic.
  • Remove async constraint for is_any_handler_alive logic by moving it as part of a service endpoint.
  • Improve startup_handlers iterations by iterating once.

SHOSH-NI added 18 commits June 15, 2021 01:22
…oints

Work in progress since currently not all endpoints can be implemented.
Will require usage of async traits which currently is not officially supported -
Could cause serious performance impacts on per function call heap allocations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant