Closed njlr closed 3 years ago
The change enables PersistentVector in Fable and adds a few tests for that.
PersistentVector
On .NET, PersistentVector tracks the owning thread, but in Fable this is not required.
Also included is a migration to Fable 3.x.
Thank you @njlr !
The change enables
PersistentVector
in Fable and adds a few tests for that.On .NET,
PersistentVector
tracks the owning thread, but in Fable this is not required.Also included is a migration to Fable 3.x.