Skip to content

Instantly share code, notes, and snippets.

View CloudSen's full-sized avatar
🌚
Focusing

CloudS3n CloudSen

🌚
Focusing
  • Freelancer
  • Chongqing
  • 04:17 (UTC +08:00)
View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active October 31, 2025 17:32
Git Commit message Emoji
@jasonkeene
jasonkeene / java-concurrency-in-practice-notes.md
Last active September 25, 2022 23:15
Java Concurrency In Practice

Preface

  • Read on the train, no notes.

Chapter 1 - Introduction

  • Read on the train, no notes. Basic introduction to concurrency concepts.

Chapter 2 - Thread Safety