首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏C++核心准则原文翻译

    C++核心准则CP.111:如果真的需要好双重检查锁,使用惯用模式

    in violation of CP.110: Do not write your own double-checked locking for initialization arise when a non-thread-safe

    67910发布于 2020-07-28
  • 来自专栏Go工具箱

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

    This is an example of non-thread-safe code. Are you curious if you have any non-thread-safe classes in your own web application? shared across multiple http requests and you don’t have any synchronisation, then that’s probably a non-thread-safe

    58610编辑于 2023-01-31
  • 来自专栏c语言与cpp编程

    CString 类的线程不安全问题

    // Declare a non-thread-safe heap just for this thread CWin32HeapstringHeap( HEAP_NO_SERIALIZE, 0, 0

    56910发布于 2020-12-02
  • 来自专栏C语言入门到精通

    CString 类的线程不安全问题

    // Declare a non-thread-safe heap just for this thread CWin32HeapstringHeap( HEAP_NO_SERIALIZE, 0, 0 

    83788发布于 2020-12-25
  • 来自专栏全栈程序员必看

    golang练手小项目系列(6)-使用map实现set

    The default implementation is safe for concurrent // access, but a non-thread-safe implementation is

    68710编辑于 2022-11-17
  • 来自专栏JAVA烂猪皮

    谈谈stream的运行原理

    Therefore, even when executed in parallel * with non-thread-safe data structures (such as {@code

    1K30发布于 2021-07-16
领券