%% %CopyrightBegin%
%%
%% SPDX-License-Identifier: Apache-2.0
%%
%% Copyright Ericsson AB 2021-2025. All Rights Reserved.
%%
%% %CopyrightEnd%

[;1m  spawn_request(FunOrNode, OptionsOrFun)[0m

[;;4mSince[0m:
  OTP 23.0

  Equivalent to [;;4mspawn_request(node(),Fun,Options)[0m or [;;4m[0m
  [;;4mspawn_request(Node,Fun,[])[0m depending on the arguments.

  That is either:

   • spawn request on the local node.

   • spawn request with no options.
