Commit Graph

4 Commits

Author SHA1 Message Date
Trevor Clinkenbeard 9ba44fd75b Rename *.actor.h files without ACTORs 2026-03-27 04:53:43 +00:00
Trevor Clinkenbeard 8825e6b226 Make single-argument constructors explicit 2026-03-18 21:39:15 +00:00
Trevor Clinkenbeard a52d1bbaa9 Enforce two new modernize-* clang-tidy rules 2026-03-13 20:12:14 +00:00
gxglass 8b652426ab
Add some Flow tutorial programs to documentation/tutorial/ (#12243)
The story with these is that they solve three leetcode problems in the seemingly little-used Concurrency problem category. In prior years I did these exercises for learning concurrency in Go and Python, and found them to be effective for that purpose, so why not try them in Flow? Sure enough, writing out these solutions was pretty effective. The  techniques in tutorial.actor.cpp in the same directory can be used, but having to think about how to solve the problems and type out the solutions is effective.

Testing done: ran the programs and inspected the output.

---------

Co-authored-by: Gideon Glass <gglass_glass@apple.com>
2025-07-14 11:42:18 -07:00