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 16, 2024
1 parent d908f99 commit 78f900a
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 75 deletions.
Loading

0 comments on commit 78f900a

Please sign in to comment.