← Packages / conduit / Capabilities

IO.Random

in conduit v0.1.0

v0.1.0 is the oldest version of conduit that was analysed, so there is nothing to compare it against. IO.Random is a first sighting, not a change.

lib/conduit/storage/postgres.march:35
32 import Connection
33 import Message
34 import Pool
35 needs IO.Random
36 needs IO.NetConnect
37 needs IO.Spawn
38