|
|
|
|
|
by lcedp
992 days ago
|
|
> a Seqable object that will invoke the body only the first time seq
is called, and will cache the result and return it on all subsequent
seq calls. To guarantee "only the first time", I suppose you need to have some kind of synchronization at some level. |
|
I meant that the docs do not mention thread safety.