probably not since main thread is busy doing its o...
# announcements
c
probably not since main thread is busy doing its own things when that part completes and can't just jump to arbitrary code. you'll have to get the value on the main thread with
get(timeout, units)
,
get()
or any other of those, unless I'm missing something