Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow disabling signal handler #13

Open
@touilleMan

Description

@touilleMan

Hi,

I'd like to use llfuse as part of an asynchronous application (typically having a main thread with the asynchronous loop, then at one point starting a new thread that will run llfuse.main)
The thing is the asynchronous framework (trio in my case) already install signal handlers (and for pretty good reasons 😄 ).

So my questions are:

  • is it possible to prevent llfuse from overwriting the signals handlers ?
  • is there a way to terminate llfuse.main from another thread (typically from the asynchronous loop) ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions