Use ThreadExecutor instead of calloop executor
I thought the calloop executor had been fixed, but it still seems to have issues that were preventing capture of continuous frames from working consistently. Fixes https://github.com/pop-os/cosmic-workspaces-epoch/issues/160.
This commit is contained in:
parent
7ab1f93acf
commit
74270a2deb
4 changed files with 21 additions and 20 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -1265,6 +1265,7 @@ dependencies = [
|
|||
"freedesktop-desktop-entry",
|
||||
"freedesktop-icons",
|
||||
"futures-channel",
|
||||
"futures-executor",
|
||||
"gbm",
|
||||
"i18n-embed",
|
||||
"i18n-embed-fl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue