Changes between Version 5 and Version 6 of AsyncProject


Ignore:
Timestamp:
Sep 26, 2019, 6:39:18 PM (5 years ago)
Author:
Andrew Godwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AsyncProject

    v5 v6  
    3535=== Async namespace helper
    3636
    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.
     37We 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
     41There needs to be a async test client with methods like {{{client.a.get}}} or {{{AsyncClient}}}.
    3842
    3943=== Benchmarking
Back to Top