Gjallarhorn


Dependencies

Namespace: Gjallarhorn.Internal

Module used to create and manage dependencies

Functions and values

Function or valueDescription
create dependsOn source
Signature: dependsOn:ITracksDependents array -> source:'b -> IDependencyManager<'c>
Type parameters: 'b, 'c

Create a dependency manager

createRemote source
Signature: source:ISignal<'b> -> IDependencyManager<'a>
Type parameters: 'b, 'a

Create a dependency manager for a source object which stores dependency information outside of the object's memory space.

Fork me on GitHub