-
```ruby
require "maxitest/autorun"
describe "" do
around do |test|
catch(:_){ test.call }
end
it do
throw :_
end
end
```
```none
UncaughtThrowError: uncaught throw :_
```
-
I have written a small example to test the interaction of Chan.recv and task pools:
``` ocaml
module T = Domainslib.Task
module C = Domainslib.Chan
let num_domains = Sys.argv.(1) |> int_of_st…
-
In order to support 3-class segmentation (context: unmyelinated fibers), we will need to change some stuff on the ADS side. For ivadomed, nothing really changes: we will use 3 ground-truths in the BID…
-
Hi :)
I was trying to abort a ongoing query from an em_run() call, but the only way I found was to save the `caller` variable (which is a `QueryHandle`) from any of these callbacks: https://github.co…
-
I may write some ideas down for codegen for multiple backends later. Requires some sort of typed (or type-erased) low level IR format. I plan to move away from the current `Lambda` + `Closure` format …
-
I experimented with some numbers and changing the `GROW_FACTOR` to 3 gives a 20% speed up. Other numbers seem to be less optimal. I assume higher numbers become a lot more inefficient when the table …
-
Now that https://github.com/ged/ruby-pg/pull/397 is merged, would be good to investigate adding full compatibility to Fiber.scheduler for Good Job also instead of using threads.
Obviously would req…
ollym updated
2 years ago
-
-
I think we should aspire that the summary page(s) be inspected by the DQS for every science exposure....and we should expect that they won't routinely look beyond that.
So the summary page(s) shoul…
-
I am getting the following warning
`WARNING: fiber Fiber@10000001[task: ParkableForkJoinTask@43d3ea9(Fiber@10000001), target: com.pixo.data.FilesRepository$$Lambda$527/0x00000008006f9040@200e4b5e, …