Tcl Source Code

Background Exceptions
Login
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

Source Files

Public Interface

Private Interface

Directly Depends On Public Interface

Directly Depends On Private Interface of

Discussion

This module contains the routines for raising background exceptions, and those for registering callback commands in each interp to handle them. Except for the connection to interp bgerror and an edge case of hidden command invocation, these routines can be created entirely outside the Tcl public interface as well. Moving this submodule into interp should be considered.