You cannot `delay` or do async IO inside `buildSeq...
# coroutines
e
You cannot
delay
or do async IO inside
buildSequence
. Sequences are synchronous. You cannot do any async stuff with them.