2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00
guix-cuirass/src/cuirass
Mathieu Othacehe 6ad9c60269
utils: Do not block the calling fiber.
Setting current-fiber to #f in %non-blocking will prevent put-message in the
new thread to try suspending itself, but will also cause the same behavior on
get-message, which is not desired.

* src/cuirass/utils.scm (%non-blocking): Reduce the scope of current-fiber
parameter to the newly created thread.
2020-07-29 19:36:45 +02:00
..
base.scm Fix spec reading when restarting builds. 2020-07-25 14:22:20 +02:00
config.scm.in config: Remove references to '$prefix' expansion hack. 2016-12-28 18:19:03 +01:00
database.scm Fix spec reading when restarting builds. 2020-07-25 14:22:20 +02:00
http.scm http: Handle error on /download. 2020-07-28 18:14:08 +02:00
logging.scm logging: "Defensive programming" for 'log-monitoring-stats'. 2018-02-27 14:08:11 +01:00
send-events.scm Support publishing build events 2020-01-16 08:32:52 +00:00
templates.scm templates: Handle missing input case. 2020-07-26 17:28:03 +02:00
ui.scm ui: Bump copyright year in '--version' output. 2018-01-24 14:02:53 +01:00
utils.scm utils: Do not block the calling fiber. 2020-07-29 19:36:45 +02:00