[Pharo-project] newProcessWith: anArray ??? missing on BlockClosure?
April 27, 2009
2:23 p.m.
Apparently there is BlockContext>>newProcessWith: anArray "Answer a Process running the code in the receiver. The receiver's block arguments are bound to the contents of the argument, anArray. The process is not scheduled." <primitive: 19> "Simulation guard" ^Process forContext: [self valueWithArguments: anArray. Processor terminateActive] asContext priority: Processor activePriority but no equivalent for Closure. Is is normal? Stef
6304
Age (days ago)
6304
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stéphane Ducasse