| Portability | non-portable (FFI) |
|---|---|
| Stability | experimental |
| Maintainer | John Millikin <jmillikin@gmail.com> |
Gnome.Keyring.Operation
Description
Most operations on the keyring and its items have both synchronous
and asynchronous variants. The Operation type allows these to be
combined in a single value, to reduce the overall size of the API.
Documentation
data CancellationKey Source
cancel :: CancellationKey -> IO ()Source
Cancel an asynchronous request. The request will return
ErrorCancelled.