Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eager-future2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vladimir Sedach
eager-future2
Graph
b9cbc5e56b3b5330a628fd9a013aed25904f6d84
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
4
Jul
2
22
Feb
21
10
Oct
15
Nov
1
6
Feb
5
15
Jan
14
5
Dec
4
2
1
30
Nov
29
28
25
Added SPDX license identifiers. Added copyrights and ISC license to tests
master
master
Clarified license terms - LGPL 3 or later
Fix spelling mistake in README
Merge pull request #3 from StrmSrfr/master
Merge remote branch 'upstream/master'
Added :description field to asd file
Bug fix: FORCE no longer tries to stop computation if it has not started
Added more stuff to TODO file.
Added documentation for *default-future-type* to readme
Updated documentation.
Added a Multilisp benchmark suite from Mark Feeley's PhD dissertation, changed test framework from FiveAM to EOS
Fixed race condition w/multiple threads trying to compute same future.
Fixed bug with thread-counter-lock not being recursive.
Added touch function (like yield but also serves as identity over non-futures; borrowed from MultiLisp)
Exported future type, added a type check for yield.
Added README file w/documentation.
Added TODO file.
Added BUGS file
Fixed up thread pool threads to decrement *free-threads* counter using an unwind-protect
Some fixes to unit tests.
Added unit tests.
In yield, made wait-list notification happen after other-thread computation is aborted.
Added a bunch of library functions.
Moved pexec, plet to library.lisp
Fixed bug in thread pool.
Fixed error where proxying debugger hook was never waking up threads selecting on an erroring future.
Added support for using restarts to handle errors in future computations. Thanks to Maciej Katafiasz for requesting this functionality.
Done basic future creation and yield interface.
Initial commit. Future and scheduler.
Loading