0.2.0 • Published 8 months ago

@isograph/disposable-types v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@isograph/disposable-types

A shared library that exports commonly-used types related to disposable items.

See the @isograph/react-disposable-state library for more information.

What is a disposable item?

A disposable item is anything that is either explicitly created or must be explicitly cleaned up. That is, it is an item with a lifecycle.

A disposable item is safe to use as long as its destructor has not been called.

Code that manages disposable items (such as the useDisposableState hook) should also ensure that each destructor is eventually called, and should not provide access to the underlying item once the destructor has been called.

Disposable items are allowed to have side effects when created or when destroyed.

Example

An example might be a claim to a resource in a shared store.

const [claim, disposeClaim]: ItemCleanupPair<Claim> = store.getClaimToResource({
  id: 4,
});

// Because the claim has not been disposed, this is safe to do:
const data = store.lookup(claim);

disposeClaim();

// Now that we've disposed of the claim, the underlying resource might have been removed from the store, so the following is not safe:
const unsafeData = store.lookup(claim);
0.0.0-main-feb39d09

10 months ago

0.0.0-main-f19a405a

10 months ago

0.0.0-main-41e5b427

10 months ago

0.0.0-main-88b54795

10 months ago

0.0.0-main-afeb0123

10 months ago

0.0.0-main-c682402c

10 months ago

0.0.0-main-3246ac6f

10 months ago

0.0.0-main-8f1270e1

10 months ago

0.0.0-main-a8fa50f7

10 months ago

0.0.0-main-9ba8daa2

10 months ago

0.0.0-main-2eacee40

10 months ago

0.0.0-main-a1719163

10 months ago

0.0.0-main-e0dec233

10 months ago

0.0.0-main-a94cf56c

10 months ago

0.0.0-main-dcf30dfc

10 months ago

0.0.0-main-003fa338

10 months ago

0.0.0-main-c82422d5

10 months ago

0.0.0-main-46f02f4f

10 months ago

0.0.0-main-a4b92149

10 months ago

0.0.0-main-d43121ce

10 months ago

0.0.0-main-a7e15428

10 months ago

0.0.0-main-c10b5e98

10 months ago

0.0.0-main-dfe22b10

10 months ago

0.0.0-main-3dfc0c7a

10 months ago

0.0.0-main-ad610d36

10 months ago

0.0.0-main-4823854b

10 months ago

0.0.0-main-f6c1187d

10 months ago

0.0.0-main-09c35a96

10 months ago

0.0.0-main-03be6563

10 months ago

0.0.0-main-7d4bae3e

10 months ago

0.0.0-main-2ff9f31d

10 months ago

0.0.0-main-04cbf235

10 months ago

0.0.0-main-451cf238

10 months ago

0.0.0-main-e5ca30ca

10 months ago

0.0.0-main-18c54425

10 months ago

0.0.0-main-d57417f0

10 months ago

0.0.0-main-ca0c0f86

10 months ago

0.0.0-main-3913e7d8

10 months ago

0.0.0-main-d8aff718

10 months ago

0.0.0-main-46027826

10 months ago

0.0.0-main-b7b79634

10 months ago

0.0.0-main-8b64a409

10 months ago

0.0.0-main-fab8db7b

10 months ago

0.0.0-main-4b08a983

10 months ago

0.0.0-main-67785c60

10 months ago

0.0.0-main-752db914

10 months ago

0.0.0-main-6abaad06

10 months ago

0.0.0-main-2c66f42d

10 months ago

0.0.0-main-7e245bae

10 months ago

0.0.0-main-7986369f

10 months ago

0.0.0-main-fa61d1ea

10 months ago

0.0.0-main-351c9868

10 months ago

0.0.0-main-7f20f7d1

10 months ago

0.0.0-main-bf1400f8

10 months ago

0.0.0-main-75a6eaf1

10 months ago

0.0.0-main-d09a3258

10 months ago

0.0.0-main-7f0b6f51

10 months ago

0.0.0-main-0cc5b694

10 months ago

0.2.0

10 months ago

0.0.0-main-94c46ec4

10 months ago

0.0.0-main-ae8aa2fe

11 months ago

0.0.0-main-c06bc99a

11 months ago

0.0.0-main-2d74f153

11 months ago

0.0.0-main-e1d79086

11 months ago

0.0.0-main-043fded2

11 months ago

0.0.0-main-d3ef6e33

11 months ago

0.0.0-main-7fb13e90

11 months ago

0.0.0-main-d564e834

11 months ago

0.0.0-main-0e17fb85

12 months ago

0.0.0-main-1f5e98a4

12 months ago

0.0.0-main-47ff1729

11 months ago

0.0.0-main-5c3c47b2

11 months ago

0.0.0-main-5de85336

12 months ago

0.0.0-main-b12dc552

11 months ago

0.0.0-main-b80a5d6a

11 months ago

0.0.0-main-edade9ce

11 months ago

0.0.0-main-389e52fb

12 months ago

0.0.0-main-dd7a276d

11 months ago

0.0.0-main-e3630229

12 months ago

0.0.0-main-783c4ec3

11 months ago

0.0.0-main-3cb9ae33

12 months ago

0.0.0-main-a1faebf3

11 months ago

0.0.0-main-7cd549b8

11 months ago

0.0.0-main-48eeb0f4

11 months ago

0.0.0-main-9b984d79

11 months ago

0.0.0-main-55835e62

12 months ago

0.0.0-main-c83e82a2

11 months ago

0.0.0-main-176f90a3

12 months ago

0.0.0-main-79f9cbbb

11 months ago

0.0.0-main-fbe23de7

11 months ago

0.0.0-main-33a95299

12 months ago

0.0.0-main-c6a74674

11 months ago

0.0.0-main-c174d679

12 months ago

0.0.0-main-a1f52ae8

11 months ago

0.0.0-main-3247c783

12 months ago

0.0.0-main-d6741831

11 months ago

0.0.0-main-1a5308d3

11 months ago

0.0.0-main-9ab4cfca

11 months ago

0.0.0-main-cee47c78

12 months ago

0.0.0-main-3a1418bf

11 months ago

0.0.0-main-67ce6901

11 months ago

0.0.0-main-6c4d9bd8

11 months ago

0.0.0-main-4089db6d

11 months ago

0.0.0-main-f9199c51

12 months ago

0.0.0-main-684823b0

12 months ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.4

2 years ago