inspect

Returns a textual representation of the Future.

This feature is experimental!

This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.

Signature

value()
(Future 'f 's).() => String

Documentation

Returns a textual representation of the Future.

Properties

Source Code

Defined in source/concurrency/future/_future.js at line 24, column 0
inspect() {
    return this.toString();
  }
Stability
experimental
Licence
MIT
Module
folktale/concurrency/future/_future
On This Page
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • Quildreen Motta
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)