Merge pull request #3 from ejmahler/main

Typo Fix
This commit is contained in:
Tim Ambrogi Saxon 2022-03-24 07:40:53 -07:00 committed by GitHub
commit 94f50cea34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ Overview of Squid::Tasks
Squid::Tasks is a header-only library consisting of several top-level headers within the include directory. Squid::Tasks is a header-only library consisting of several top-level headers within the include directory.
- ```Task.h``` - Task-handles and standard awaiters [REQUIRED] - ```Task.h``` - Task-handles and standard awaiters [REQUIRED]
- ```TaskManager.```h - Manager that runs and resumes a collection of tasks - ```TaskManager.h``` - Manager that runs and resumes a collection of tasks
- ```TokenList.h``` - Data structure for tracking decentralized state across multiple tasks - ```TokenList.h``` - Data structure for tracking decentralized state across multiple tasks
- ```FunctionGuard.h``` - Scope guard that calls a function as it leaves scope - ```FunctionGuard.h``` - Scope guard that calls a function as it leaves scope
- ```TaskFSM.h``` - Finite state machine that implements states using task factories - ```TaskFSM.h``` - Finite state machine that implements states using task factories