Design Patterns & Threading Visualization

Interactive execution flow diagrams and concurrency pattern visualizers.

C++11 Concurrency Interactive


Table of Contents

  1. Design Patterns & Threading Visualization
    1. Table of Contents
    2. Interactive Visualization Suite
    3. Verification & Troubleshooting Checklist

Interactive Visualization Suite

Below is the embedded interactive call-flow diagram loaded directly from your site assets directory.


Verification & Troubleshooting Checklist

If you still see a 404 after replacing the code above:

  • File Location: Ensure mutex_lock_flow_diagrams.html is located exactly at assets/html/mutex_lock_flow_diagrams.html in your project root (not inside _site/ or _includes/).
  • Jekyll Front Matter in HTML: If mutex_lock_flow_diagrams.html has YAML front matter (---) at the top, remove it so Jekyll copies the file as static HTML without transforming it.
  • Base URL Subpaths: Using the | relative_url filter automatically prepends baseurl (e.g., /My-Repo-Name/assets/...) when hosted on GitHub Pages or custom project subpaths.

Table of contents


This site uses Just the Docs, a documentation theme for Jekyll.