Actions: Flow-IPC/ipc
Actions
Showing runs from all workflows
367 workflow runs
367 workflow runs
ipc::transport::struc::Channel
API now formally allows concurrent calls of its APIs on the same object including .sync_request()
. .sync_request()
s will execute fully serially, even if a blocking-wait is necessary; but any other call during a .sync_request()
blocking-wait shall execute immediately. / ipc::session::shm::arena_lend::jemalloc::Shm_session
internal improvement (no effect on functionality).
Flow-IPC pipeline
#979:
Pull request #141
opened
by
ygoldfeld
ipc::transport::struc::Channel
API now formally allows concurrent calls of its APIs on the same object except for .sync_request()
executing concurrently with itself. [ATTN: Very soon the "except" will also be removed.]> <ipc_sal: ipc::session::shm::arena_lend::jemalloc::Shm_session
internal bug fix to avoid assertion-trip and/or instability under intense concurrent allocation load.>
Flow-IPC pipeline
#969:
Pull request #138
opened
by
ygoldfeld