Skip to content

Make track watchable #510

@njordhov

Description

@njordhov

The Track type could benefit from being watchable by implementing the IWatchable protocol.

(deftype Track [f args ^:mutable reaction]

IWatchable
(-notify-watches [this old new] (notify-w this old new))
(-add-watch [this key f] (add-w this key f))
(-remove-watch [this key] (remove-w this key))

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions