17.1.1 • Published 2 months ago

@wixc3/patterns v17.1.1

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

npm version @wixc3/patterns on Github

Home > @wixc3/patterns

patterns package

Useful data structures such as LRU-Cache, set-multi-map, Signal, EventEmitter, Disposable, Debouncer

Classes

ClassDescription
DebouncerCancelable debouncing of calls to trigger
Disposable_2
Disposables
EventEmitterBasic type safe event emitter
LRUCacheBASIC (not optimal) implementation of the LRU cache
SafeDisposableAdds dispose-safe methods to Disposables:- setInterval/setTimeout - guard
SetMultiMapMaps keys to a set of values
SignalSignal is a simple event emitter for one type of event.

Functions

FunctionDescription
createDisposables(name, initialGroups)Disposables allow adding of disposal async functions, when dispose is called, these functions will be run sequentiallyDisposal groups: You can set disposal groups with constraints (before, after) to ensure that disposal groups are disposed in the correct orderwithin each group disposables are disposed in the reverse order they were added
isDisposable(value)
isSetMultiMap(x)

Interfaces

InterfaceDescription
DisposalGroup
IDisposable
LRUCacheConfig

Variables

VariableDescription
DEFAULT_GROUP
DEFAULT_TIMEOUT

Type Aliases

Type AliasDescription
DisposableItem
DisposableOptions
GroupConstraints
IEventEmitter
Listener
17.1.1

2 months ago

17.1.0

2 months ago

17.0.0

2 months ago

16.3.0

2 months ago

16.2.1

2 months ago

16.2.0

3 months ago

16.1.3

3 months ago

16.1.0

3 months ago

16.0.0

3 months ago

15.3.0

4 months ago

15.3.1

4 months ago

15.2.0

4 months ago

15.1.1

4 months ago

15.1.0

5 months ago

15.0.0

5 months ago

14.1.1

5 months ago

14.1.2

5 months ago

14.1.3

5 months ago

14.0.0

5 months ago

14.1.0

5 months ago

13.4.0

5 months ago

13.3.2

8 months ago

13.2.0

9 months ago

13.3.0

8 months ago

13.0.0

10 months ago

13.1.0

9 months ago

13.0.1

9 months ago

12.0.3

10 months ago

12.1.0

10 months ago

12.0.1

10 months ago

12.0.2

10 months ago

11.2.0

10 months ago

11.1.1

10 months ago

11.3.0

10 months ago

11.1.0

10 months ago

11.0.0

10 months ago

9.2.1

11 months ago

10.0.0

11 months ago

8.2.1

11 months ago

9.2.0

11 months ago

9.1.0

11 months ago

9.0.0

11 months ago

8.1.0

1 year ago

8.0.0

1 year ago

8.2.0

1 year ago

7.2.0

1 year ago

7.0.3

1 year ago

7.0.0

1 year ago

6.0.0

1 year ago

5.3.0

1 year ago

5.2.4

1 year ago

5.2.3

1 year ago

5.1.0

1 year ago

5.0.0

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.0.7

1 year ago

3.0.5

1 year ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.0

2 years ago

2.2.0

2 years ago