Skip to content

Commit

Permalink
Missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersMalmgren committed Aug 21, 2015
1 parent 3c07fb5 commit b06a057
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace FreePIE.Core.ScriptEngine.ThreadTiming.Strategies
{
[Timing(TimingTypes.ThreadYieldMicroSeconds)]
public class ThreadYieldMicroSecondsStrategy : YieldThreadStrategy
{
public ThreadYieldMicroSecondsStrategy() : base(true)
{
}
}
}

0 comments on commit b06a057

Please sign in to comment.