openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
scala-continuations
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
7 months
ago. based on code collected
7 months
ago.
May 20, 2023 — May 20, 2024
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Cute example of depth-first search using continuations.
Rich Dougherty
More...
almost 16 years ago
Tests for @cps propagation with anonymous functions.
Rich Dougherty
More...
almost 16 years ago
Fixed class name.
Rich Dougherty
More...
almost 16 years ago
Fixed and simplified tests.
Rich Dougherty
More...
almost 16 years ago
A few more changes to goto example, including getting tail call optimisation working.
Rich Dougherty
More...
almost 16 years ago
Renamed object.
Rich Dougherty
More...
almost 16 years ago
Added 'goto' example.
Rich Dougherty
More...
almost 16 years ago
Added test for CPS compile failure.
Rich Dougherty
More...
almost 16 years ago
Added tests for the CPS transformation.
Rich Dougherty
More...
almost 16 years ago
Added workaround for Scala ticket 1794.
Rich Dougherty
More...
almost 16 years ago
Removed comments and dead code.
Rich Dougherty
More...
almost 16 years ago
More inline optimisations for ControlContext: cat, flatCat, fin, flatFin.
Rich Dougherty
More...
almost 16 years ago
Manually inlined map and flatMap to improve performance.
Rich Dougherty
More...
almost 16 years ago
Merge branch 'lamp'
Rich Dougherty
More...
almost 16 years ago
Renamed examples and tests to avoid colliding with tests on trunk.
Rich Dougherty
More...
almost 16 years ago
Started adding interactive interface on top of Iteratees.
Rich Dougherty
More...
almost 16 years ago
Moved Chunking out of Iteratee object, so it is separated from implicit vals.
Rich Dougherty
More...
almost 16 years ago
Added stub sync() method (non-blocking analogue to synchronized).
Rich Dougherty
More...
almost 16 years ago
Changed fin() to use call-by-name instead of a Function0.
Rich Dougherty
More...
almost 16 years ago
added samefringe and generator benchmarks
rompf
More...
almost 16 years ago
added printf and NIO examples
rompf
More...
almost 16 years ago
fixed up previous commit
rompf
More...
almost 16 years ago
Made Iteratee continuations @suspendable and added support writing to a channel via an Iteratee.
Rich Dougherty
More...
almost 16 years ago
updated examples to use task runner classes
rompf
More...
almost 16 years ago
Initial implementation of Oleg's iteratees and their application to NIO channels.
Rich Dougherty
More...
almost 16 years ago
Simplified Suspendables so they can only run once.
Rich Dougherty
More...
almost 16 years ago
added simple task runner framework
rompf
More...
almost 16 years ago
improved type safety: now correctly handling linearization of answer type modification; tightened the subtyping relation (A @cps is no longer a subtype of A by default); now making use of the newly added annotation checker hooks in Typer.adapt.
rompf
More...
almost 16 years ago
Fixed three bugs with ASelector: now handles CancelledKeyExceptions, eliminated a race condition when obtaining a channel's key, fixed starvation when registering a key while selection is occurring.
Rich Dougherty
More...
almost 16 years ago
Can now resume suspenders before suspending them.
Rich Dougherty
More...
almost 16 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree