Add asOption
function
#1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bit-badger/RethinkDb.Driver.FSharp#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The CE provides a
resultOption
operator, which translates a possibly-null result into aOption<'T>
. Provide this same function-ality for the functions. Its signature should be(IConnection -> Task<'T>) -> Task<'T option>
.Implemented in beta-03