Skip to content

Reactivity: Services #20095

Open
Open
@wycats

Description

@wycats

Some basic notes:

  • A service is "just a resource constructor" (with zero arguments)
  • An owner is a context that instantiates resources as singletons
  • An app is a special context managed by the framework (an engine is a special kind of app)
  • An object is a framework object if it's associated with an owner
  • The @service decorator can be applied to any framework object, and instantiates a resource constructor in the context of the owner associated with the framework object

Metadata

Metadata

Labels

designA topic in the design phase

Type

No type

Projects

Status

Blocked

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions