Function chorus.fork

chorus.fork(func: asyncfun(), name?: string): nil

Start new concurrent configuration source

Functions like lazy and provide are scoped to the new source, not the current source.

Parameters:
  • func (asyncfun()) – Function to run concurrently

  • name? (string) – Optional name for the source