concurrency - Scheme implementation with multicore implementation of SRFI-18? -


i'll working on project in concurrent programming, , nice able use scheme. however, project really necessary use different cpu cores (continuation-based threads won't do).

so, there r5rs scheme implements srfi-18 making use of different cpu cores?

guile 2.0 has srfi 18 implementation uses posix threads. (guile 1.8 had posix threads, no srfi 18.)


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -