Skip to content

This is a way to pause and resume a Thread in Java using AspectJ without using Thread.suspend() and Thread.resume() -- which are deprecated. This was built in response to a StackOverflow question and has been answered here https://stackoverflow.com/a/45786529/3013473

License

Notifications You must be signed in to change notification settings

zafar142007/InterThreadCommunication

Repository files navigation

InterThreadCommunication

This is a way to pause and resume a Thread in Java using AspectJ without using Thread.suspend() and Thread.resume() -- which are deprecated. This was built in response to a StackOverflow question and has been answered here https://stackoverflow.com/a/45786529/3013473

About

This is a way to pause and resume a Thread in Java using AspectJ without using Thread.suspend() and Thread.resume() -- which are deprecated. This was built in response to a StackOverflow question and has been answered here https://stackoverflow.com/a/45786529/3013473

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages