Welshman Docs / @welshman/app / MergedThunk
Class: MergedThunk ​
Defined in: app/src/thunk.ts:213
Constructors ​
Constructor ​
new MergedThunk(
thunks):MergedThunk
Defined in: app/src/thunk.ts:218
Parameters ​
thunks ​
Thunk[]
Returns ​
MergedThunk
Properties ​
_subs ​
_subs:
Subscriber<MergedThunk>[] =[]
Defined in: app/src/thunk.ts:214
results ​
results:
PublishResultsByRelay={}
Defined in: app/src/thunk.ts:216
thunks ​
readonlythunks:Thunk[]
Defined in: app/src/thunk.ts:218
Methods ​
_notify() ​
_notify():
void
Defined in: app/src/thunk.ts:245
Returns ​
void
subscribe() ​
subscribe(
subscriber): () =>void
Defined in: app/src/thunk.ts:251
Parameters ​
subscriber ​
Subscriber<MergedThunk>
Returns ​
():
void
Returns ​
void