W3cubDocs

/Pony

_Join[A: Any #share]

[Source]

actor tag _Join[A: Any #share]

Constructors

create

[Source]

new tag create(
  p: Promise[Array[A] val] tag,
  space: USize val)
: _Join[A] tag^

Parameters

Returns

Public Behaviours

apply

[Source]

be apply(
  a: A)

Parameters

  • a: A

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/promises-_Join