Thread()
: Duplication==
: Comparison
=
: Assignment=
s =
s Specification: Binds a to the thread b (i.e. to the thread to which b is bound). This overrides any previous binding of a. If b is not bound to any thread, a becomes unbound.
Complexity: O(1).
Note: By implicit conversion, the following assignment is legal:
Thread<R> t
Threadn<R, A_1, ..., A_n> s
t=
s