aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/thread.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved "Array" type back into "lux/data/collection/array".Eduardo Julian2018-08-031-1/+1
|
* Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-17/+29
|
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-5/+6
|
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-4/+4
|
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-101-3/+3
|
* - Minor improvements.Eduardo Julian2018-05-231-1/+1
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-1/+1
| | | - Removed some modules that should have been deleted before.
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-051-1/+1
| | | - Changed the value of "unit" in the old LuxC to match the one in new-luxc.
* - Re-named "Applicative" to "Apply".Eduardo Julian2018-05-021-3/+3
|
* - Moved the "wrap" function into Monad, and removed Applicative from Monad's ↵Eduardo Julian2018-05-021-5/+5
| | | | | family tree. - Moved the Free monad to its own module.
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-9/+9
|
* - Added safe (single-threaded) mutation.Eduardo Julian2017-12-311-0/+78