Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add updated license header to coroutine module. | David Thompson | 2014-03-08 | 1 | -8/+8 |
| | | | | * 2d/coroutine.scm: Update license header. | ||||
* | Add new coroutine macro. | David Thompson | 2014-02-06 | 1 | -6/+12 |
| | | | | | | | | * 2d/coroutine.scm (call-with-coroutine): New name for coroutine. (coroutine): New macro. (colambda, codefine, codefine*): Use call-with-coroutine. * examples/coroutine.scm: Use coroutine macro. * README.org: Update coroutine and agenda examples. | ||||
* | Fix emacs hint. | David Thompson | 2013-11-08 | 1 | -1/+1 |
| | |||||
* | Fix codefine*. | David Thompson | 2013-11-08 | 1 | -6/+6 |
| | | | | Thank you to shanecelis and mark_weaver. | ||||
* | Move wait procedure into agenda module. | David Thompson | 2013-10-06 | 1 | -9/+2 |
| | |||||
* | Clean up docstrings in coroutine module. | David Thompson | 2013-09-15 | 1 | -2/+2 |
| | |||||
* | Add improved coroutine macros. | David Thompson | 2013-07-17 | 1 | -22/+32 |
| | |||||
* | Add coroutine module for cooperative multi-tasking. | David Thompson | 2013-07-15 | 1 | -0/+73 |