E7006 Stdlib Errors

Stdlib

threads.spawn() needs a function reference; use ()function_name to pass a function

When this occurs

Non-function callback

Example error message

error[E7006]: arrays.map() requires a function

How to fix

Pass a function reference to this function.

Related errors