This website requires JavaScript.
Explore
Help
Register
Sign In
GoaLitiuM
/
FlaxEngine
Watch
1
Star
0
Fork
0
You've already forked FlaxEngine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dffc6ea24dc7ad556db4c13e62495b703e4ab331
FlaxEngine
/
Source
/
Engine
/
Threading
History
Wojtek Figat
1e262b69cc
Add
Task::WaitAll
with a span of tasks and wrap around profiler macro
2025-01-03 01:05:56 +01:00
..
ConcurrentBuffer.h
Update old doc comments
2024-12-28 21:31:21 +01:00
ConcurrentQueue.h
…
ConcurrentTaskQueue.h
…
IRunnable.h
Refactor old code documentation
2024-09-24 18:20:12 +02:00
JobSystem.cpp
Optimize job system memory allocations
2024-06-24 23:19:01 +02:00
JobSystem.h
Add
JobSystem::Dispatch
that accepts dependent jobs that needs to be completed before
2024-06-24 13:12:48 +02:00
MainThreadTask.cpp
…
MainThreadTask.h
…
Task.cpp
Add
Task::WaitAll
with a span of tasks and wrap around profiler macro
2025-01-03 01:05:56 +01:00
Task.h
Add
Task::WaitAll
with a span of tasks and wrap around profiler macro
2025-01-03 01:05:56 +01:00
TaskGraph.cpp
…
TaskGraph.h
…
Threading.Build.cs
…
Threading.h
…
ThreadLocal.h
…
ThreadPool.cpp
Fix compilation regression
2024-04-22 19:10:06 +02:00
ThreadPool.h
…
ThreadPoolTask.h
…
ThreadRegistry.cpp
…
ThreadRegistry.h
…
ThreadSpawner.h
…