docs-v2/content/flux/v0/stdlib/internal/testutil/yield.md

1.2 KiB

title description menu weight
testutil.yield() function `testutil.yield()` is the identity function.
flux_v0_ref
name parent identifier
testutil.yield internal/testutil internal/testutil/yield
201

testutil.yield() is the identity function.

Function type signature
(<-v: A) => A

{{% caption %}} For more information, see Function type signatures. {{% /caption %}}

Parameters

v

Any value.