raii

Tag

Cards List
#raii

A little helper class for managing LPPROC_THREAD_ATTRIBUTE_LISTs

The Old New Thing (Raymond Chen) · 2026-08-13 Cached

This blog post presents a C++ helper class using the Windows Implementation Library (WIL) to manage LPPROC_THREAD_ATTRIBUTE_LIST allocations with RAII, offering both throwing and non-throwing variants.

0 favorites 0 likes
#raii

Delightful integration tests in Rust

Lobsters Hottest · 2026-07-24 Cached

A blog post that demonstrates how to use RAII and the testcontainers-rs library to write delightful integration tests in Rust by managing application infrastructure at runtime.

0 favorites 0 likes
#raii

The Ü Programming Language

Hacker News Top · 2026-06-04 Cached

Ü is a statically-typed compiled programming language designed for reliability and speed, with safe/unsafe code separation, RAII, and LLVM backend. It aims to be superior to C++ and easier than Rust.

0 favorites 0 likes
← Back to home

Submit Feedback