this repo has no description
2
fork

Configure Feed

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

Add yield for now just for clock progress

garrison 31ff3862 d488e95b

+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 171 case Trinity.Scheduler.receive_loop(receive_fun, ref, unquote(timeout), start) do 171 172 # We re-use the same ref to detect a timeout 172 173 ^ref -> unquote(timeout_value)