services/wspr: Intentionally panic from within a goroutine.

This is used in the js test-nacl-plugin-crash test.

For some reason directly calling "panic" sometimes blocks and never
causes the "crash" event to be emitted.  Calling "panic" from within a
goroutine causes a "full" panic, making the js test much more reliable.

MultiPart: 2/2

Change-Id: I27b69af44049657e8f23a086d20ea1f6c0b776c3
1 file changed
tree: 1cf6db6557456424981aea408519c07c60d16437
  1. cmd/
  2. envvar/
  3. examples/
  4. internal/
  5. lib/
  6. profiles/
  7. services/
  8. test/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTORS
  12. LICENSE
  13. PATENTS
  14. README.md
  15. VERSION
README.md

This is the code repository containing a reference implementation of the Vanadium project API.