You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MIT-scheme's exposed subprocess procedures are too generic for a use. An abstraction built on top of the exposed subprocess procedures to allow us to easily run user code concurrently would be helpful. Possible interface below:
'''
(create-task expression environment)
(run task call-cc)
'''
create two functions 'create-task' and 'run-task'
The text was updated successfully, but these errors were encountered:
MIT-scheme's exposed subprocess procedures are too generic for a use. An abstraction built on top of the exposed subprocess procedures to allow us to easily run user code concurrently would be helpful. Possible interface below:
'''
(create-task expression environment)
(run task call-cc)
'''
create two functions 'create-task' and 'run-task'
The text was updated successfully, but these errors were encountered: