]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/backend/gtk/io/io.factor
continuations[-docs]: add the finally word
[factor.git] / basis / ui / backend / gtk / io / io.factor
index 577a05f1f46cf3cadb00517a4eb098b6974c90b8..4e661c6a91d7e6e81427bc4b2c980f66d0572e91 100644 (file)
@@ -48,4 +48,4 @@ CONSTANT: poll-fd-events
     [
         source g_source_destroy
         start-io-thread
-    ] [ ] cleanup ;
+    ] finally ;