Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Some refactoring. | Eduardo Julian | 2017-09-19 | 1 | -4/+4 |
| | | | - Moved "assume" and "default" to lux/data/maybe. | ||||
* | - Some utility functions. | Eduardo Julian | 2017-07-22 | 1 | -0/+4 |
| | |||||
* | - Miscellaneous refactoring. | Eduardo Julian | 2017-06-26 | 1 | -0/+4 |
| | |||||
* | - Re-designed actors so that their messages are now functions with access to ↵ | Eduardo Julian | 2017-06-24 | 1 | -3/+23 |
| | | | | | | the actor's state, and to the actor itself. - When creating channels and promises, the type is now mandatory. - Minor refactorings. | ||||
* | - Added Task type, as a promise that can fail. | Eduardo Julian | 2017-06-21 | 1 | -0/+51 |