Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upThreadAction for threadDelay #131
Comments
barrucadu
added
good first issue
breaking
T: enhancement
labels
Oct 4, 2017
barrucadu
closed this
in
228d3f5
Oct 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
barrucadu commentedOct 4, 2017
•
edited
Currently
threadDelay
andyield
show up in the trace identically, which is potentially confusing.See http://dejafu.readthedocs.io/en/latest/adding_a_new_primitive.html
Although in this case the implementation of the
threadDelay
primitive will be identical to theyield
primitive, other than having a differentLookahead
andThreadAction
.