Bloc icon indicating copy to clipboard operation
Bloc copied to clipboard

Goal of BlObjectPool is unclear

Open Ducasse opened this issue 4 years ago • 0 comments

And it is only used in a single

initialize
	ParagraphPool := BlSynchronizedObjectPool pool: (BlBagObjectPool new: 1000).
	DefaultText := 'Text' asRopedText readonly

Ducasse avatar Mar 20 '21 21:03 Ducasse