issues
search
google
/
marl
A hybrid thread / fiber task scheduler written in C++ 11
Apache License 2.0
1.89k
stars
193
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Potential memory leak test case
#268
bnoazx005
opened
1 month ago
0
Launch tasks in the thread init function
#267
peroket
closed
3 months ago
2
Make implicit `this` capture explicit
#266
DKLoehr
closed
4 months ago
0
use std::forward when parameter is universal reference
#265
kedixa
closed
11 months ago
2
Should DAGNodeBuilder::then move the `work` away or just forward?
#264
kedixa
closed
11 months ago
2
Does marl support switching context while unwinding stack? i.e. is it exception safe?
#263
feverzsj
closed
5 months ago
1
Fixes for Kokoro builds
#262
ben-clayton
opened
1 year ago
2
Fixed a race condition causing some workers to perform multiple tasks serially while other workers sleep.
#261
natepaynefb
closed
1 year ago
6
how to schedule function to the marl same thread?
#260
315567599
opened
1 year ago
0
adding support to object construction with arguments.
#259
tinebp
opened
1 year ago
0
adding support to object construction with arguments.
#258
tinebp
closed
1 year ago
1
crashed when Scheduler::Worker::tryLock
#256
315567599
closed
1 year ago
2
Make sure we don't copy or move Storage
#255
fmayer
closed
1 year ago
0
Fix build on MacOS
#254
fmayer
closed
1 year ago
0
Untag memory used for stack
#253
fmayer
closed
1 year ago
0
Disable UBSAN false-positive
#252
ben-clayton
closed
1 year ago
1
Update tools/bench to handle new Google Benchmark output
#251
ben-clayton
closed
1 year ago
1
Update google benchmark to v1.8.0
#250
ben-clayton
closed
1 year ago
1
Fix some issues found by PVS-Studio
#249
dimhotepus
closed
1 year ago
4
Use @platforms instead of @bazel_tools
#248
4kangjc
closed
1 year ago
1
scheduler: Support moved tast captures / arguments
#247
4kangjc
opened
1 year ago
1
Fix Android host build
#246
jmacnak
closed
1 year ago
0
[Question] Waiting for multiple events to be signaled to protect a critical section
#244
Kojox
opened
1 year ago
2
Add MARL_USE_PTHREAD_THREAD_LOCAL option
#243
ben-clayton
closed
1 year ago
0
Explicitly #include <utility> in finally.h
#242
alanzhao1
closed
1 year ago
0
Pool API missing important feature for object construction!!!
#241
tinebp
closed
1 year ago
2
JNI from Fibers
#240
guusw
closed
1 year ago
3
[Question] effect ParallelFor
#239
dodoleon
closed
1 year ago
3
Emscripten support
#238
Guillaume227
closed
1 year ago
3
gcc -Wshadow warning fixes
#237
Guillaume227
closed
1 year ago
1
Webassembly compatibility
#236
Guillaume227
closed
1 year ago
6
Fix build issue with GetModuleHandle when using UNICODE
#235
walbourn
closed
1 year ago
2
Add MSVC check to the __nop call
#234
HyHy100
closed
1 year ago
2
what's the difference between task and fiber?
#233
315567599
closed
1 year ago
12
Multiple tasks queued to the same worker while other workers are idle
#232
natepaynefb
closed
1 year ago
8
Unpoison `bound` on `setBound()`
#231
ben-clayton
closed
2 years ago
0
Reland "Unpoison thread_local variables for MSAN (#228)"
#230
tanderson-google
closed
2 years ago
1
Revert "Unpoison thread_local variables for MSAN (#228)"
#229
ben-clayton
closed
2 years ago
1
Unpoison thread_local variables for MSAN
#228
tanderson-google
closed
2 years ago
5
Add vcpkg installation instructions
#227
FrankXie05
closed
2 years ago
2
LoongArch fixes
#226
xen0n
closed
2 years ago
1
Guard "bound" accesses from Memory Sanitizer checks
#225
sugoi1
closed
2 years ago
1
[Question] Scheduler suspend/resume and stop
#224
zhucy-maker
closed
2 years ago
2
Difference between option_if_not_defined and option
#223
zhufangda
closed
1 year ago
1
[Question] Mutex for fiber
#222
zhufangda
closed
1 year ago
3
src/memory.cpp: Fix sizeof()
#221
ben-clayton
closed
2 years ago
1
[Question] implemention of function alignedFree()
#220
snowzhaozhj
closed
2 years ago
1
CMake: Constrain `rv` regex for `libatomic`
#219
ben-clayton
closed
2 years ago
0
[loongarch64] Remove the code that copied a1 to t0 register
#218
wjh-la
closed
2 years ago
0
tools: Add a go.mod
#217
ben-clayton
closed
2 years ago
0
Next