diff options
author | Ruben Pollan <meskio@sindominio.net> | 2016-02-23 11:42:01 -0600 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2016-02-23 11:42:01 -0600 |
commit | b8e03b8fc18d2f1a02210b622c3befe562f46ab7 (patch) | |
tree | 56c62d9343f079741d0ce9af2fae8a99c0ed26e0 /changes | |
parent | 4e13b7595fc5c8e245244eb535525ae8333ef9dc (diff) | |
parent | c18b69441e24c57a3130e27356edc0b9395d78f8 (diff) |
Merge branch 'feat/async_gpg' into develop
Diffstat (limited to 'changes')
-rw-r--r-- | changes/async_gpg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/async_gpg b/changes/async_gpg new file mode 100644 index 00000000..59d4d417 --- /dev/null +++ b/changes/async_gpg @@ -0,0 +1 @@ +-- Defer encrypt, decrypt and gen_key operations from gnupg to external threads, limited by cpu core amount. |