aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/concurrency/promise.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-199/+0
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-3/+3
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian1-5/+14
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-5/+8
2021-02-04Updates for Lua compiler.Eduardo Julian1-10/+8
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-11/+11
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-6/+6
2020-11-04Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian1-4/+4
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-4/+4
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian1-1/+2
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2020-05-13Made test-running parallel again.Eduardo Julian1-15/+22
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian1-3/+4
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-2/+2
2019-02-10Various small improments and changes.Eduardo Julian1-23/+26
2019-02-04Changed the naming style for structures.Eduardo Julian1-8/+8
2019-01-08Small adjustments.Eduardo Julian1-1/+1
2018-12-15Reverted "lux/control/concurrency/frp" to the previous style of doing FRP.Eduardo Julian1-2/+1
2018-12-15Separated reading promises and writing to promises.Eduardo Julian1-48/+52
2018-12-15Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian1-0/+0
2018-12-15Small improvements.Eduardo Julian1-2/+4
2018-07-31Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian1-10/+9
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-1/+1
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-1/+1
2018-07-21Re-named "seq" to "and" and "alt" to "or".Eduardo Julian1-4/+4
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-6/+9
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-4/+4
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-2/+2
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-9/+10
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-5/+5
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-3/+3
2018-07-03- Re-named "@abstraction" to ":abstraction" and "@representation" to ":repres...Eduardo Julian1-6/+6
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-3/+3
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-2/+2
2018-05-08- Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian1-18/+22
2018-05-05- Removed Void and Unit as kinds of types.Eduardo Julian1-2/+2
2018-05-02- Re-named "Applicative" to "Apply".Eduardo Julian1-2/+2
2018-05-02- Moved the "wrap" function into Monad, and removed Applicative from Monad's ...Eduardo Julian1-6/+5
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-8/+8
2017-12-10- Some minor refactoring.Eduardo Julian1-48/+50
2017-12-10- Some minor refactoring.Eduardo Julian1-17/+12
2017-12-04- No longer deleting type-vars in luxc, to better match it with the type-chec...Eduardo Julian1-40/+22
2017-12-02- Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian1-14/+8
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-45/+44
2017-11-27- Got rid of even more dots.Eduardo Julian1-1/+1
2017-11-22- Fixed some bugs.Eduardo Julian1-6/+18
2017-11-21- Fixed some bugs.Eduardo Julian1-29/+13
2017-11-20- Added parallel compilation.Eduardo Julian1-3/+3
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-2/+2