Skip to content

Consider replacing std::function with lambdas for registering callbacks in OperationManager #916

Description

@stiber

This might enable passing functions that can take arbitrary numbers and types of arguments, without the need for proliferating polymorphic invocation methods in OperationManager.

Is there an issue for this? I wonder if this is something that can be solved by passing a lambda, rather than a std::function.

Originally posted by @stiber in #880

Metadata

Metadata

Assignees

No one assigned

    Labels

    Operations ManagerReplacing spaghetti with chain of commandquestionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions