aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/concurrency/task.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-2/+2
|
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-2/+2
| | | - Moved lux/type/* under lux/meta/*.
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-161-15/+15
|
* - Some refactoring.Eduardo Julian2017-09-191-4/+4
| | | - Moved "assume" and "default" to lux/data/maybe.
* - Some utility functions.Eduardo Julian2017-07-221-0/+4
|
* - Miscellaneous refactoring.Eduardo Julian2017-06-261-0/+4
|
* - Re-designed actors so that their messages are now functions with access to ↵Eduardo Julian2017-06-241-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 Julian2017-06-211-0/+51