this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adjust receive delay

garrison e79ce2bd 849d4528

+1 -1
+1 -1
lib/trinity/scheduler.ex
··· 167 167 # needed to avoid a race where the message is already in the queue so we never unsuspend 168 168 # 169 169 # TODO: we could perform a yield(0) here to ensure all calls to `receive_yield()` actually yield 170 - Trinity.Scheduler.yield(10) 170 + Trinity.Scheduler.yield(1) 171 171 case Trinity.Scheduler.receive_loop(receive_fun, ref, unquote(timeout), start) do 172 172 # We re-use the same ref to detect a timeout 173 173 ^ref -> unquote(timeout_value)