static <A> A evalWithTimeoutOrNullReleasingDBLock(int timeoutMS, F0<A> f) { ret (A) eitherAOpt(evalWithTimeoutReleasingDBLock(timeoutMS, f)); } static <A> A evalWithTimeoutOrNullReleasingDBLock(double timeoutSeconds, F0<A> f) { ret (A) eitherAOpt(evalWithTimeoutReleasingDBLock(timeoutSeconds, f)); }
Began life as a copy of #1012516
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012517 |
Snippet name: | evalWithTimeoutOrNullReleasingDBLock - return null if timeout |
Eternal ID of this version: | #1012517/6 |
Text MD5: | 769d8aeb0f03bd4656bec51f0b3a2d56 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-06 16:52:52 |
Source code size: | 311 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 358 / 399 |
Version history: | 5 change(s) |
Referenced in: | [show references] |