p
Size: a a a
p
AZ
Т8
null
в перле)OA
λ
EG
p
EG
AZ
p
AZ
DS
await Request1();
await Request2();
await Request3();
// что-нибудь типа
await Parallel.Execute(Request1(), Request2(), Request3())
r
doэто
smth <- (\b -> Just b) <$> action
do?
b <- action
smth <- pure $ Just b
AZ
DF
p
G
Т8
js
console.log(typeof null);
console.log(typeof 0);
object
number
DS
doэто
smth <- (\b -> Just b) <$> action
do?
b <- action
smth <- pure $ Just b
AZ