Secure your microservices with istio step by step- issuer: testing@secure.istio.io jwksUri: "https://raw.githubusercontent.com/istio/istio/re lease-1.8/security/tools/jwt/samples/jwks.json" apiVersion: security.istio.io/v1beta1 kind: AuthorizationPolicy0 码力 | 34 页 | 67.93 MB | 1 年前3
Await-Tree Async Rust 可观测性的灵丹妙药 - 赵梓淇语法糖 Async Rust 观测与调试的痛点 Async Rust 回顾 • 特性: Future 灵活的可组合性 • 任意定制 Poll 的执行逻辑 (Join / Select / Timeout) • 动态的调用关系 • 痛点:观测与调试工具无法理解灵活的执行逻辑 • Backtrace 不够直观 ( 调用栈 -> 调用树 ) • Tracing 无法追踪调用关系的变化 Async Await Tree 的维护 Await Tree 的设计原理与实现 • Select Next Poll Await Tree 的维护 Await Tree 的设计原理与实现 • Timeout Ready Await Tree 的维护 Await Tree 的设计原理与实现 • Select Ready Await Tree 的维护 Await Tree 的设计原理与实现0 码力 | 37 页 | 8.60 MB | 1 年前3
Working with Asynchrony Generically: A Tour of C++ Executorsalgorithms based on real-world requirements: E.g., then, when_all, sync_wait, repeat, stop_when, timeout, etc. (not all proposed yet) • A standard set of abstractions (aka, concepts) derived from the algorithms async algorithms (see libunifex) • a timed_scheduler concept and time-based async algorithms; e.g., timeout(). • portable access to a “system” scheduler, backed by e.g., Windows Thread Pool or GCD • a manual0 码力 | 121 页 | 7.73 MB | 6 月前3
C++高性能并行编程与优化 - 课件 - 05 C++11 开始的多线程编程chrono 里的类表示单位。他会返回一个 std::future_status 表示等待是否成功。 • 如果超过这个时间线程还没有执行完毕,则放 弃等待,返回 future_status::timeout 。 • 如果线程在指定的时间内执行完毕,则认为等 待成功,返回 future_status::ready 。 • 同理还有 wait_until() 其参数是一个时间点。 另一种用法:0 码力 | 79 页 | 14.11 MB | 1 年前3
共 4 条
- 1













