Next: ProcessorScheduler, Previous: Process, Up: Base classes [Index]
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.
• ProcessEnvironment class-disabled: | (class) | |
• ProcessEnvironment class-singleton: | (class) | |
• ProcessEnvironment-accessing: | (instance) | |
• ProcessEnvironment-dictionary removing: | (instance) | |
• ProcessEnvironment-dictionary testing: | (instance) |