Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add daemonic option #308

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add daemonic option #308

wants to merge 1 commit into from

Conversation

smanolloff
Copy link

@smanolloff smanolloff commented Oct 28, 2024

Description

Normally, the Connection thread prevents program exit unless close() is explicitly closed. This is no longer the case if the new deaemonic option is set to True.

It defaults to False which means aiosqlite's behaviour remains unaffected unless explicitly configured.

This PR would also address issues which have been opened for some time now.

Fixes: #74, #299

Normally, the Connection thread prevents program exit unless
close() is explicitly closed, unless `deaemonic=True` is passed.

It defaults to `False` which means aiosqlite's behaviour remains unaffected.

This PR would also address issues which have been opened for some time now:
omnilib#74
omnilib#299
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exiting with ctrl-c
1 participant