Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make basis library thread-safe #41

Open
3 tasks
ramLlama opened this issue May 25, 2017 · 1 comment
Open
3 tasks

Make basis library thread-safe #41

ramLlama opened this issue May 25, 2017 · 1 comment
Labels

Comments

@ramLlama
Copy link
Collaborator

ramLlama commented May 25, 2017

The basis library has a few parts that are written with a sequential implementation in mind. This issue is to collect and track these parts of the basis and efforts to fix them.

  • Int.toString
  • Random
  • Readl.fromLargeInt (and possibly other Real.from* functions)
@ramLlama
Copy link
Collaborator Author

Most of these issues can be fixed with a SML-level thread local storage. Perhaps this can be rolled into the One structure that most of these functions already use to protect against signal handlers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants