(this: STM.STM<any, any, any>)
| 174 | return new SingleShotGen(new YieldWrap(this)) as any |
| 175 | } |
| 176 | commit(this: STM.STM<any, any, any>): Effect.Effect<any, any, any> { |
| 177 | return unsafeAtomically(this, constVoid, constVoid) |
| 178 | } |
| 179 | pipe() { |
| 180 | return pipeArguments(this, arguments) |
| 181 | } |
no test coverage detected