Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventNewDep ¶
type Node ¶
type Node[T any] struct { V T ID string Dependencies *nodesTransitive[T] Dependees *nodesTransitive[T] // contains filtered or unexported fields }
func (*Node[T]) AddDependency ¶
func (*Node[T]) DebugString ¶
func (*Node[T]) Freeze ¶
Freeze will lock, and run valid across all dependencies, return false to prevent locking
func (*Node[T]) RemoveDependency ¶
Click to show internal directories.
Click to hide internal directories.