Libraries
bignum
binary
bitmap
ble
bytes
core
collections
comparable
entry
exceptions
finalization
numbers
objects
print
process
string
task
time
timer
utils
crypto
device
ec618
encoding
esp32
expect
fixed-point
flash
font
gpio
i2c
i2s
icons
io
line-wrap
log
math
monitor
net
pulse-counter
reader
reader-writer
rmt
serial
spi
statistics
system
tls
uart
uuid
writer
zlib
Library process
This is exported from the core library, which means you don't need to import it.
Interfaces
Process
Functions
spawn
lambda/
Lambda
--priority/
int
=
null
->
Process
Spawns a new process that starts executing the given lambda.
The new process does not share any memory with the spawning process. If the lambda captures variables, those are copied to the new process.
May throw if the captured variables can't be serialized.