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
@Kiyoshika has written some code for the DocumentTask and DocumentTaskQueue. They are not really in use but they could form a nice base for outsourcing the actual documentbuilding inside the parser to an external object/process. This is what we see is happening in lots of browsers.
Do we want to change the current system so we use the taskqueue instead of creating documents directly in the parser?
The text was updated successfully, but these errors were encountered:
jaytaph
changed the title
DocumentTaskQueue
Use DocumentTaskQueue to create Documents
Feb 21, 2024
@Kiyoshika has written some code for the DocumentTask and DocumentTaskQueue. They are not really in use but they could form a nice base for outsourcing the actual documentbuilding inside the parser to an external object/process. This is what we see is happening in lots of browsers.
Do we want to change the current system so we use the taskqueue instead of creating documents directly in the parser?
The text was updated successfully, but these errors were encountered: