Glossary

cancel

Threads: A mechanism by which a thread informs either itself or another thread to terminate as soon as possible. If a cancel arrives during an important operation, the canceled thread may continue until it can terminate in a controlled manner.

RPC: A mechanism by which a client thread notifies a server thread (the canceled thread) to terminate as soon as possible. See also thread.