Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 1.08 KB

cp.rx.go.Done.md

File metadata and controls

27 lines (19 loc) · 1.08 KB

docs » 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

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.