User-defined default bindings for new threads
Bug #981808 reported by
Faré
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
New
|
Wishlist
|
Nikodemus Siivola |
Bug Description
This patch adds a previously discussed (long time ago)
*default-
whereby users can customize which special variables get automatically
bound in a new thread.
This allows some modularity in that a library L can declare such variables
such that application A can use library L inside threads that
infrastructure I spawns
without infrastructure I having to know anything about L,
or A having to intercept the way I spawns threads.
The patch is only lightly tested, but is rather straightforward.
Changed in sbcl: | |
assignee: | nobody → Nikodemus Siivola (nikodemus) |
Changed in sbcl: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.