mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-29 22:22:54 +03:00
Add Thief of Time quote
This commit is contained in:
parent
e767326660
commit
819cbaebf6
@ -1,6 +1,12 @@
|
||||
dejafu [![Build Status][build-status]][build-log]
|
||||
======
|
||||
|
||||
> [Déjà Fu is] A martial art in which the user's limbs move in time as
|
||||
> well as space, […] It is best described as "the feeling that you
|
||||
> have been kicked in the head this way before"
|
||||
>
|
||||
> -- Terry Pratchett, Thief of Time
|
||||
|
||||
Concurrency is nice, deadlocks and race conditions not so much. The
|
||||
`Par` monad family, as defined in [abstract-par][] provides
|
||||
deterministic parallelism, but sometimes we can tolerate a bit of
|
||||
|
@ -6,6 +6,8 @@ version: 0.0.0.0
|
||||
synopsis: Overloadable primitives for testable, potentially non-deterministic, concurrency.
|
||||
|
||||
description:
|
||||
/[Déjà Fu is] A martial art in which the user's limbs move in time as well as space, […] It is best described as "the feeling that you have been kicked in the head this way before"/ -- Terry Pratchett, Thief of Time
|
||||
.
|
||||
Concurrency is nice, deadlocks and race conditions not so much. The
|
||||
@Par@ monad family, as defined in
|
||||
<https://hackage.haskell.org/package/abstract-par/docs/Control-Monad-Par-Class.html abstract-par>
|
||||
|
Loading…
Reference in New Issue
Block a user