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 #669
  • Loading branch information
amartya4256 authored and HeikoKlare committed Sep 25, 2024
1 parent 3c8ed8e commit 1d12c5f
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 80 deletions.
Loading

0 comments on commit 1d12c5f

Please sign in to comment.