This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
217
Commits
1
Branch
0
Tags
10b76d98c53b4a515818303af6a4f7717a708853
Commit Graph
2 Commits
Author
SHA1
Message
Date
Humza Shahid
90f8732f06
move msgs into AppType.app_type, and refactor AppUpdate.update function to have type (app_type -> app_type) instead of pervious case which was (app_type -> app_type * MailboxType.t list). Reason: no need to allocate/return tuple when can store messages in type directly; previous msg list will be reset after each app update. All tests after refactor are passing.
2024-12-17 10:40:06 +00:00
Humza Shahid
b95fc48252
scaffolding for concurrent ml
2024-10-06 09:32:56 +01:00