Skip to content

Consider computation expressions for callbacks #9

@kMutagene

Description

@kMutagene

This can either exist in parallel to or instead of the currently used constructors.

so for

  Callback(
      Inputs = [
          ...
      ],
      Output = ...
      State = [...],
      HandlerFunction = ...
      )
  )

we could have

callback {
	inputs [...]
	state [...]
	output ...
	handlerFunction ...
}

with the benefit of keyword-style named parameters instead of constructor arguments

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions