#cp.rx.go.Done

A Statement that will complete without sending any values.

Example:

Done()

#API Overview

Constructors - API calls which return an object, typically one that offers API methods


#API Documentation

#Constructors

Signaturecp.rx.go.Done() -> Done
TypeConstructor
DescriptionCreates a new Done Statement that will complete without sending any values.
Parameters
  • None
Returns
  • The Statement which will complete immediately.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/rx/go/Done.lua line 14