Skip to content

Commit

Permalink
Fix Edge Browser Deadlock
Browse files Browse the repository at this point in the history
This contribution fixes Edge browser Deadlock issue on instantiating a
new Edge Browser object during a webview callback using async execution.
The Implementation follows the pattern similar to how WebKit has been
implemented imitating the async behaviour in a sync fashion using
Futures and callbacks.

contributes to eclipse-platform#669
  • Loading branch information
amartya4256 committed Sep 5, 2024
1 parent 464a5d8 commit 9432c4c
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 85 deletions.
Loading

0 comments on commit 9432c4c

Please sign in to comment.