mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
don't try to block sigstop
This commit is contained in:
parent
deb96302e1
commit
c51a0a6bd4
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ let worker_loop (type st) ~block_signals ~(ops : st ops) (self : st) : unit =
|
|||
Sys.sigusr1;
|
||||
Sys.sigusr2;
|
||||
Sys.sigvtalrm;
|
||||
Sys.sigstop;
|
||||
];
|
||||
|
||||
let cur_fiber : fiber ref = ref _dummy_fiber in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue