Skip to content

Commit be081d9

Browse files
committed
fix #140
1 parent 2cc5ab7 commit be081d9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

_posts/2024-04-11-blog-review-30.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,22 @@ dmClock 流程上类似mClock,仍是先为不同业务指定(W, R, L),据此
5353

5454
## [Introducing DoorDash’s In-House Search Engine](https://doordash.engineering/2024/02/27/introducing-doordashs-in-house-search-engine/)
5555

56+
## FAST'22 Hydra https://zhuanlan.zhihu.com/p/613948599
57+
58+
## https://github.com/scylladb/seastar/blob/7fe1a04211dece31e1b0612fe38d3bc8de1c3ac0/doc/lambda-coroutine-fiasco.md?plain=1#L9
59+
60+
```cpp
61+
co_await seastar::yield().then(seastar::coroutine::lambda([captures] () -> future<> {
62+
co_await seastar::coroutine::maybe_yield();
63+
// 在这里安全地使用 `captures`
64+
}));
65+
```
66+
67+
## IAM
68+
69+
•Version:定义策略语言的版本
70+
•Effect:指定语句是允许还是拒绝访问
71+
•Action:描述应该允许或拒绝的操作的类型
72+
•Resource:指定策略语句涵盖的对象
73+
74+
aws设计挺切面的

0 commit comments

Comments
 (0)