Skip to content
Snippets Groups Projects
user avatar
Florian Fischer authored
The lockless algorithm can now be configured by setting -Dio_lockless_cq=true
and the used memory ordering by setting -Dio_lockless_memory_order={weak,strong}.

io_lockless_memory_order=weak:
    read with acquire
    write with release

io_lockless_memory_order=strong:
    read with seq_cst
    write with seq_cst
67b0c77a
History
Name Last commit Last update
..