Commit Graph

9 Commits

Author SHA1 Message Date
Jacek Sieka 5f9fd4e5c5
reduce test dependencies (#34) 2022-09-10 07:25:22 +02:00
Dustin Brody 9a4a25e3e0
fix 32-bit timer overflow and typo in base64 error message 2022-03-17 21:13:32 +00:00
Jacek Sieka 1f62235d4f Enable --styleCheck:usages 2021-12-07 00:32:45 +02:00
Jacek Sieka 3a0ab42573
Don't import/export chronos by default (#20)
Chronos support is optional and should not have to be imported in order
to use faststreams for non-async use cases, as doing so pollutes the
global namespace and slows down compilation.

`async` support must now explicitly be enabled with
-d:async_backend=chronos|asyncdispatch
2021-08-20 14:10:26 +03:00
jangko 91d119fdb0
fixes broken test 2021-01-07 12:12:55 +07:00
Zahary Karadjov 18f9488bee
Expand the documentation; Clean up debugging code; Enable all tests 2020-05-05 19:20:25 +03:00
Zahary Karadjov cb36a6d4db
Implement the async pipelines and fsMultiSync 2020-05-05 02:49:39 +03:00
Zahary Karadjov b24300bd3f
Address review comments; Add documentation; Shared buffering mechanism for input and output streams 2020-05-01 19:12:58 +03:00
Zahary Karadjov 69fc4e24ee
Initial work on pipelines 2020-04-14 16:34:39 +03:00