You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -117,7 +117,7 @@ When a plugin is executed asynchronously, an isolated async context is created f
In this context, you can use all the async functions supported by Yazi, and it operates concurrently with the main thread, ensuring that the main thread is not blocked.
You can also obtain a small amount of app data from the sync context by calling a "sync function":
You can also obtain a small amount of app data from the sync context by calling a "sync function" (Needs the latest main branch at the moment):