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
The main idea behind is to improve performance of application's thread.
There is a question. Worker API makes sense in terms of genuine browser app. The electron has ability to drop 'background' tasks into main thread and forward them into dedicated process. This approach isn't ideal - but, could work in general as well.
The text was updated successfully, but these errors were encountered:
Zatvobor
changed the title
Persistence layer through Worker API (fulfilling in separate thread)
persistence fulfills in separate thread
May 24, 2016
The main idea behind is to improve performance of application's thread.
There is a question. Worker API makes sense in terms of genuine browser app. The electron has ability to drop 'background' tasks into
main
thread and forward them into dedicated process. This approach isn't ideal - but, could work in general as well.The text was updated successfully, but these errors were encountered: