MCPcopy
hub / github.com/beetbox/beets / join

Function join

beets/util/bluelet.py:615–619  ·  view source on GitHub ↗

Suspend the thread until another, previously `spawn`ed thread completes.

(coro)

Source from the content-addressed store, hash-verified

613
614
615def join(coro):
616 """Suspend the thread until another, previously `spawn`ed thread
617 completes.
618 """
619 return JoinEvent(coro)
620
621
622def kill(coro):

Callers 3

setUpMethod · 0.85
setUpMethod · 0.85

Calls 1

JoinEventClass · 0.85

Tested by 3

setUpMethod · 0.68
setUpMethod · 0.68