Skip to content

Incompatibility with Lwt_exit #47

Description

@lthms

Lwt_exit is a Lwt sub-library which notably allows to execute callbacks on program termination (like with C-c). It works by setting up a dedicated signal handler, which progress overwrites temporarily.

I suggest at least documenting this incompatibility, and better yet, it would be nice investigating into calling the previous handler instead of fully replacing it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions