Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Self message sent but not implemented: #pool #9

Open
tinchodias opened this issue Oct 18, 2021 · 2 comments
Open

Self message sent but not implemented: #pool #9

tinchodias opened this issue Oct 18, 2021 · 2 comments

Comments

@tinchodias
Copy link

Three method inTKTWatchDog, revealed by Code Critics.

@tinchodias
Copy link
Author

The pool variable was removed in the same commit as dog in other class (See #8)

@tinchodias
Copy link
Author

I'm learning...
AFAIU, before a TKTWatchDog had a single pool of workers but now it has a set of pools of workers.
This would require rewriting TKTWatchDog>>hasPoolWorkerNamed: which is used from here:

TKTServiceManager
>>
poolWorkerNamed: aString
	<return: #TKTCommonQueueWorkerPool or: nil>
	^ self services 
		detect: [ :any | any hasPoolWorkerNamed: aString ]
		ifFound: [ :aService | aService pool ]
		ifNone: [ nil ]

(another Tasker extension)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant