Skip to content
This repository was archived by the owner on May 18, 2023. It is now read-only.

Address re-entrancy of Tick#35

Merged
djmitche merged 1 commit intobenbjohnson:masterfrom
djmitche:issue33
Oct 25, 2021
Merged

Address re-entrancy of Tick#35
djmitche merged 1 commit intobenbjohnson:masterfrom
djmitche:issue33

Conversation

@djmitche
Copy link
Copy Markdown
Collaborator

This defers execution of the ticked function until after the lock has
been released, allowing it to make other calls without a deadlock.

Fixes #33.

This defers execution of the ticked function until after the lock has
been released, allowing it to make other calls without a deadlock.
@djmitche djmitche merged commit f495692 into benbjohnson:master Oct 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Re-entrant mock timer calls cause deadlock

2 participants