Next: , Previous: , Up: Base classes   [Index]


1.135 ProcessEnvironment

Defined in namespace Smalltalk
Superclass: Object
Category: Language-Processes

I represent a proxy for thread-local variables defined for Smalltalk processes. Associations requested to me retrieve the thread-local value for the current process. For now, I don’t provide the full protocol of a Dictionary; in particular the iteration protocol is absent.