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
In order to implement the bundle plugin, we first need a facility for storage. Define a protocol for storage, with functions for reading and writing, and provide an in-memory implementation that we may use for data provided through bundles. I don't believe we'll need more than a simple atom, at least not to start with. Since they already provide atomic swaps, the implementation should be fairly simple.
The text was updated successfully, but these errors were encountered:
In order to implement the bundle plugin, we first need a facility for storage. Define a protocol for storage, with functions for reading and writing, and provide an in-memory implementation that we may use for
data
provided through bundles. I don't believe we'll need more than a simple atom, at least not to start with. Since they already provide atomic swaps, the implementation should be fairly simple.The text was updated successfully, but these errors were encountered: