首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏iSharkFly

    Java 线程安全 Thread-Safety

    在 Java 的线程安全是老生常谈的问题。经常是各种写法说法一大堆,感觉很多的来源都是在面试的时候,很多考官都喜欢问线程安全的问题。

    49630发布于 2021-02-04
  • 来自专栏Go工具箱

    [译文]Go线程安全 - 一个被忽略的问题

    What does thread-safety mean anyways? ---- 线程安全到底意味着什么? Let’s first explore what thread-safety is exactly. Why should you care about thread-safety? ---- 为什么要关心线程安全? Most people understand that thread-safety is an issue. the subject of thread-safety in a very shallow way.

    58610编辑于 2023-01-31
  • 来自专栏walterlv - 吕毅的博客

    WPF Applications Stop Responding to Touches after Adding or Removing Tablet Devices

    I can definitely sure that the ArgumentException is the result of the thread-safety issue but I’m not So the infinite waiting of GetPenEventMultiple is actually a deadlock which is also a thread-safety issue increase the probability of reproduction, we can infer that the touch failure issue is caused by the thread-safety Fix the bug of Windows The COM components provided for WPF may need an update to fix the thread-safety

    1.1K10发布于 2018-09-18
  • 来自专栏C++核心准则原文翻译

    C++核心准则CP.1: 设想你的代码​会成为多线程程序的一部分

    In this specific example, refactoring for thread-safety also improved reusability in single-threaded There are several other ways one might add thread-safety to code written for a standard multi-threaded

    47110发布于 2020-07-02
  • 来自专栏指尖下的Android

    Kotlin lazy 实现原理

    instance of the [Lazy] that uses the specified initialization function [initializer] * and the default thread-safety

    1.1K10发布于 2021-05-13
  • 来自专栏码匠的流水账

    聊聊reactor-logback的AsyncAppender

    Should further {@code onNext} related * state modification occur, thread-safety will be required. * <

    37510编辑于 2023-12-18
  • 来自专栏快乐阿超

    枚举的使用及校验

    *

    * This method can be accessed concurrently, thread-safety must be ensured * by

    82030编辑于 2022-08-16
  • 来自专栏码匠的流水账

    聊聊reactor-logback的AsyncAppender

    Should further {@code onNext} related * state modification occur, thread-safety will be required.

    28410编辑于 2023-12-19
  • 来自专栏C++核心准则原文翻译

    C++核心准则CP.9:尽可能使用工具检查并发代码

    Consistent use of this technique turns many classes of thread-safety errors into compile-time errors.

    49510发布于 2020-07-02
  • 来自专栏码匠的流水账

    聊聊HystrixEventNotifier

    *

    * Note on thread-safety and performance *

    * A single implementation of this class

    75820发布于 2018-09-17
  • 来自专栏CDN及云技术分享

    boost的信号槽原理和实践

    api也是thread-safety, 能做到这样是因为自动化connection管理的内部设计机制。

    97510编辑于 2024-01-26
  • 来自专栏代码散人

    Swift3 GCD

    In Swift, you can use lazily initialized globals or static properties and get the same thread-safety

    1K20发布于 2018-08-22
  • 来自专栏ccf19881030的博客

    snmp协议的相关资料

    and SHA-2 authentication protocols DES (CBC), AES (128/192/256 bit), 3DES (EDE) privacy protocols Thread-safety

    2.1K42发布于 2020-10-26
  • 来自专栏索码理

    从源码到实践:构建个性化Spring Boot参数校验器

    *

    * This method can be accessed concurrently, thread-safety must be ensured * by the implementation

    66210编辑于 2024-03-22
  • 来自专栏Java学习录

    Hystrix熔断器

    // 2 threads hitting this point at the same time and let ConcurrentHashMap provide us our thread-safety

    66210发布于 2019-11-12
  • 来自专栏码匠的流水账

    聊聊HystrixCommandExecutionHook

    *

    * Note on thread-safety and performance *

    * A single implementation of this class

    1K20发布于 2018-09-17
  • 来自专栏快乐阿超

    springboot实现Validator校验

    *

    * This method can be accessed concurrently, thread-safety must be ensured * by

    55120编辑于 2022-08-16
  • 来自专栏AIoT技术交流、分享

    Linux C库函数的可重入与不可重入版本说明

    在多线程编程中,线程安全(Thread-Safety)是一个非常重要的概念,而可重入性(Reentrancy)是确保线程安全的一个关键因素。

    56010编辑于 2024-12-30
  • 来自专栏后端开发技术

    释放无锁队列的力量:探索用循环数组实现无锁队列

    dequeue(ELEM_T &a_data){QUEUE_INT currentMaximumReadIndex;QUEUE_INT currentReadIndex;do{ // to ensure thread-safety dequeue(ELEM_T &a_data){QUEUE_INT currentMaximumReadIndex;QUEUE_INT currentReadIndex;do{ // to ensure thread-safety

    83900编辑于 2024-10-11
  • 来自专栏binz96的小笔记

    RabbitMQ 基本概念入门

    Channel thread-safety in Java Client API Guide: Channel instances are safe for use by multiple threads

    46800编辑于 2022-01-20
领券