Wooga.Lambda


AtomicExtensions

Namespace: Wooga.Lambda.Storage.FileSystem

Static members

Static memberDescription
RollbackFailedWrite(s, p, t1, t2)
Signature: (s:FileSystem * p:Location * t1:string * t2:string) -> Async<Unit>
WriteFileAtomically(s, p, d, t1, t2)
Signature: (s:FileSystem * p:Location * d:ImmutableList<byte> * t1:string * t2:string) -> Async<Unit>
WriteNewFileThenMv(s, p, d, t1, t2)
Signature: (s:FileSystem * p:Location * d:ImmutableList<byte> * t1:string * t2:string) -> Async<Unit>
Fork me on GitHub