Skip to content

Incompatibility with Lwt_exit #47

@lthms

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.

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