Do `Applier` implementations need to be thread-saf...
# compose
c
Do
Applier
implementations need to be thread-safe? e.g. is it safe to create a
Node
implementation that uses an
ArrayList
to store its children?
j
Yes that is safe