Changes between Version 5 and Version 6 of AsyncProject
- Timestamp:
- Sep 26, 2019, 6:39:18 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AsyncProject
v5 v6 35 35 === Async namespace helper 36 36 37 We want to namespace things as {{{cache.async.get}}} - this could do with a helper class that can be provided as the "async" member on classes and automatically proxy some things through to the sync versions. 37 We want to namespace things as {{{cache.a.get}}} - this could do with a helper class that can be provided as the "async" member on classes and automatically proxy some things through to the sync versions. 38 39 === Async test client 40 41 There needs to be a async test client with methods like {{{client.a.get}}} or {{{AsyncClient}}}. 38 42 39 43 === Benchmarking