offbynull / coroutines

Java toolkit that allows you to write coroutines.
GNU Lesser General Public License v3.0
345 stars 53 forks source link

Enhancement: Add a class loader that will instrument classes as runtime #68

Closed offbynull closed 6 years ago

offbynull commented 8 years ago

Do this maybe. Use ClassLoaderClassInformationRepository instead of FileSystemClassinformationRepository.

offbynull commented 7 years ago

This may no longer be as useful now that there's a Java Agent. But, it may still be useful for platforms that don't support Java Agents (e.g. Android)

offbynull commented 6 years ago

Not needed.