# 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

  • Done

# API Documentation

# Constructors

# Done

Signature cp.rx.go.Done() -> Done
Type Constructor
Description Creates a new Done Statement that will complete without sending any values.
Parameters
  • None
Returns
  • The Statement which will complete immediately.
Notes None
Examples None
Source src/extensions/cp/rx/go/Done.lua line 14