Carl Fredrik Samson
f29048f969
Reworked the green threads section
2022-01-26 01:05:32 +01:00
Carl Fredrik Samson
00ffd295b7
Added teaser for expanding code for green threads
...
and changed run to main
2022-01-26 00:46:19 +01:00
Carl Fredrik Samson
250918b362
Updated inline asm from llvm_asm to new asm syntax
2022-01-26 00:43:09 +01:00
IKoshelev
fdaf5ee00b
Update ch. 0, "Background information", JS sample
...
In JavaScript, fat arrow functions consisting of one expression (as opposed to a block of code body incased in '{' '}') don't need and can't have a `return` statement. Sample code being fixed was not valid JS: https://jsfiddle.net/dbzn1tcj/
2020-12-25 18:39:11 +01:00
Carl Fredrik Samson
e4b84bdd83
Fixed error in green threads example. See: https://github.com/cfsamson/example-greenthreads/issues/20 . Ugh... But it works now!
2020-12-06 01:34:53 +01:00
Carl Fredrik Samson
760fd57be3
Fixed naked function with arguments in green threads example. See https://github.com/cfsamson/example-greenthreads/issues/20 for more information.
2020-12-06 00:44:31 +01:00
Carl Fredrik Samson
467578773f
changed the green threads example to use llvm_asm due to https://github.com/rust-lang/rust/pull/69171
2020-05-20 23:09:11 +02:00
James Robb
ac5d80aa64
Oxford comma.
2020-05-19 10:11:53 +00:00
James Robb
18584400c7
Slightly awkward wording.
2020-05-19 10:08:21 +00:00
James Robb
92de09e917
Slightly awkward wording.
2020-05-19 10:06:23 +00:00
James Robb
aeb1c93449
Hyphen does not remove any ambiguity.
2020-05-19 10:03:47 +00:00
Cheng
ad5bc20676
💄 panic button in mobile
2020-04-16 10:41:38 +08:00
Carl Fredrik Samson
dbf8395bc0
merged with latest changes and made some additional corrections
2020-04-10 20:39:35 +02:00
rkr35
9334463c06
Background Information: Add spelling and grammar changes
2020-04-08 16:35:19 -04:00
olehmisar
8dfc2f8ed3
Put plural endings after grave accents
2020-04-08 13:53:35 +03:00
Carl Fredrik Samson
a3ac3071df
corrected futures 1.0 and 3.0 to 0.1 and 0.3
2020-04-07 21:15:14 +02:00
cfsamson
5947e07122
final audit pass
2020-04-07 11:55:33 +02:00
cfsamson
01181ce2a2
removed 1 line of code from greenthreads
2020-04-07 11:47:32 +02:00
Carl Fredrik Samson
1f4fd82851
fixed link
2020-04-06 21:07:32 +02:00
cfsamson
9c2079c839
audit pass introduction and background_information
2020-04-06 12:28:49 +02:00
Carl Fredrik Samson
15d7c726f8
finished book!!!!!!
2020-04-06 01:51:18 +02:00
Carl Fredrik Samson
9b2401b8a4
version3
2020-04-05 17:09:05 +02:00
Carl Fredrik Samson
21db34c022
formatting
2020-04-05 01:08:55 +02:00
Carl Fredrik Samson
5ec0336d66
making tests pass on windows
2020-04-05 01:01:56 +02:00
Carl Fredrik Samson
971288868b
formatting
2020-04-05 00:07:14 +02:00
Carl Fredrik Samson
0d0c265dc7
finished background information
2020-04-04 23:40:48 +02:00