13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
==========
|
|
Waiting for task to complete
|
|
done <Task> StopIteration()
|
|
Task has completed
|
|
==========
|
|
Task has completed
|
|
done <Task> StopIteration()
|
|
Callback Added
|
|
==========
|
|
Second call to add_done_callback emits error: RuntimeError('>1 callback unsupported',)
|
|
==========
|
|
done <Task> ValueError()
|