Skip to content

Let handlers be loaded from a shared library #18

@FatihBAKIR

Description

@FatihBAKIR

Right now, we need a separate executable for each handler, which isn't strictly necessary for Cspot's operation. Being an executable isn't even part of the API, the writers of handlers is only concerned with their functions. This is the raison d'être of shared libraries.

Loading the handlers from a shared library would allow for having multiple handlers within a single binary, which would be helpful for deployment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    version2planned for version 2 of cspot

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions