caching the value?
# coroutines
b
caching the value?
a
pretty much caching the value, but also while it is trying to retrieve it. If we run two methods simultaneously, I want them to use the output of the parameter method once, rather than each spawn their own parameter call
b
the coroutine library has a mutex object you could use for calculating the value