smalltalk
/
osmo-st-core
Archived
1
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-st-core/compat_for_pharo.st

17 lines
299 B
Smalltalk

"This is to be easily loadable on Pharo 1.4 and up"
Object extend [
addToBeFinalized [
<category: '*OsmoCore'>
"No idea how to implement it"
]
]
Semaphore extend [
signals [
<category: '*OsmoCore'>
"Used in our testcase"
^ excessSignals
]
]