racket / drracket

DrRacket, IDE for Racket
http://www.racket-lang.org/
Other
445 stars 93 forks source link

parallel execution of modules in DrRacket #538

Open joskoot opened 2 years ago

joskoot commented 2 years ago

When I open a number of time consuming modules in DrRacket and run the first one, switch to the next tab and run that one too and so on, only one processor is used. Would it be possible to run the modules parallelly on as many processors as available? Thanks, Jos