Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • e607583 (HEAD -> master) * Refactored directory classes by bergmann 2019-12-15 22:30:18 +0100
  • e9f6a29 * Refactored timing classes by bergmann 2019-12-15 15:22:01 +0100
  • b0a59eb * Refactored task and executor classes by bergmann 2019-12-14 23:22:46 +0100
  • f06ecdc * Refactored stream classes by bergmann 2019-12-14 21:26:15 +0100
  • 4e6c1f5 * Refactored future classes by bergmann 2019-12-14 20:15:29 +0100
  • 13ef325 * Implemented new stream features: 'map', 'flatten' * Implemented new future features: 'lazy' * Implemented new module 'fs' with directory operations by bergmann 2019-12-06 00:33:59 +0100
  • 46b668f * refactored/simplified 'stream' class by bergmann 2019-11-25 19:21:12 +0100
  • 8289b4b * refactored/simplified 'future' class by bergmann 2019-11-24 23:57:32 +0100
  • e3313d4 * Fixed bug: Timeout for streams is not reseted if the stream emits a value by bergmann 2019-11-24 20:04:19 +0100
  • 1b2f16a * Implemented test for 'interval' with 'current_thread' executor * Refactored 'timer' class * Fixed bugs in 'interval' by bergmann 2019-11-23 03:57:46 +0100
  • e8d33bd * Implemented 'timeout' for futures and streams by bergmann 2019-11-23 01:09:58 +0100
  • 16427a5 * Implemented 'interval' stream * Implemented 'for_each' stream method * More refactoring and unit tests by bergmann 2019-11-22 22:26:41 +0100
  • 222348d * Implemented current thread executor (and executors in general) * Refactored timer implementation by bergmann 2019-11-19 22:22:44 +0100
  • 6dd9b9f * Implemented basic task by bergmann 2019-11-16 16:45:12 +0100
  • eb65ae5 * Added locking and unit test for 'timer' by bergmann 2019-11-16 16:05:29 +0100
  • 277ee99 * Started to implemented timer and delay by bergmann 2019-11-15 23:11:14 +0100
  • 3bc7376 * Implemented basic stream class by bergmann 2019-11-15 15:27:10 +0100
  • 8f4d2f4 * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) * Refactored namespaces (trait classes are postfixed with '_trait'; internal namespaces are prefixed with __) by bergmann 2019-11-15 08:08:05 +0100
  • 3d76078 * Initial commit (implemented future and result) by bergmann 2019-11-15 00:05:09 +0100