Skip to content
Discussion options

You must be logged in to vote

Hey @davidsm10,

it sounds like you want to use a backend with the same underlying data source in multiple threads.

Currently the only backend with support for this is SingleBuffer.

Multithreading with the same underlying data source is a very difficult problem. Perhaps if the ECMAScript structs proposal is accepted some official support could be added but until then I don't see multithreaded IndexedDB being a thing.

The Port backend is probably what you want, which can be combined with resolveRemoteMount for use across threads.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by davidsm10
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants