Skip to content

Racket library that allows creating threads with randomly chosen IDs that make them easier to distinguish in logs or etc.

License

Notifications You must be signed in to change notification settings

dstorrs/thread-with-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thread-with-id

Racket library that provides:

  • thread-id : A parameter containing a randomly-chosen string identifier
  • thread-with-id : A function that takes a thunk and runs it in a new thread with a new randomly-generated ID.

thread IDs are strings of the form "thread-{random number}".

About

Racket library that allows creating threads with randomly chosen IDs that make them easier to distinguish in logs or etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages