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
Post a Comment